summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer
Commit message (Expand)AuthorAgeFilesLines
* Replaced QMediaRecorderControl::play/stop/pause with setStateDmytro Poplavskiy2012-05-022-0/+16
* Added QMediaRecorder::status propertyDmytro Poplavskiy2012-05-022-14/+65
* Split gstreamer plugin into smaller plugins providing fewer servicesJonas Rabbe2012-04-2752-5142/+641
* Make sure the audio/video availability information changes atomically.Michael Goddard2012-04-271-4/+8
* Move QVideoWindowControl out of widgets.Thomas McGuire2012-04-251-0/+1
* Emit connection-failed signal if gst_pad_alloc_buffer fails.Lev Zelenskiy2012-04-201-37/+49
* buffer should only be available when m_buffersAvailable > 0.bigbearzhu2012-04-161-1/+1
* GstVideoConnector: make sure downstream filter is in correct state.Lev Zelenskiy2012-04-161-0/+37
* Translated corresponding Gstreamer errors to QAudioDecoder::FormatErrorbigbearzhu2012-04-131-3/+26
* Move QAudioDecoder to public.Michael Goddard2012-04-112-3/+3
* GStreamer backend: set initial volume and mute values.Lev Zelenskiy2012-04-051-9/+8
* Reset playbin state to NULL on end of stream signal.Lev Zelenskiy2012-04-054-6/+39
* Fixed major mem leak of unfreed GstTagList when playing ogg files.bigbearzhu2012-04-041-0/+2
* Fixed: Streams information is not updated properly for RTSP streams.Lev Zelenskiy2012-03-282-1/+21
* Minor improvements on resource-policy interfacesLing Hu2012-03-261-1/+1
* Make gstreamer player backend reserve/release video resource.Ling Hu2012-03-232-1/+28
* Implemented availability control for gstreamer player backendLing Hu2012-03-237-2/+151
* Added resource policy support though internal plugin systemLing Hu2012-03-235-277/+12
* QMediaPlayer: GStreamer backend changes for playlist support.Lev Zelenskiy2012-03-212-14/+69
* Updated IID, services, and controls to use qt-project URLJonas Rabbe2012-03-203-3/+3
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-204-21/+7
* Handle more errors from GStreamer.Michael Goddard2012-03-162-11/+11
* Move most of playlist API to private.Lev Zelenskiy2012-03-062-2/+2
* Don't reset saved playback position if playback resource is denied.Michael Goddard2012-02-272-1/+15
* Changes to GStreamer backend for audio decoder.Lev Zelenskiy2012-02-244-21/+124
* Don't use QT_ARCH to detect ARM or OpenGL ES 2 on ARMBradley T. Hughes2012-02-221-1/+1
* clean up qmake-generated projectsOswald Buddenhagen2012-02-221-1/+0
* Fix a few audiodecoder things.Michael Goddard2012-02-213-73/+99
* GStreamer backend for audio decoder service.Lev Zelenskiy2012-02-173-73/+182
* Add a partial gstreamer based audio decoder service.Michael Goddard2012-02-1712-11/+916
* QMediaRecorder: GStreamer backend changes for media probing API.Lev Zelenskiy2012-02-163-0/+113
* GStreamer backend changes for media probing API.Lev Zelenskiy2012-02-168-3/+593
* Moved QMediaServiceProvider to private header.Dmytro Poplavskiy2012-02-062-2/+2
* Changes to QMediaPlayer GStreamer backend to allow setPosition before pauseLev Zelenskiy2012-02-061-2/+8
* Added metaDataChanged(key,value) signal to metadata controls.Dmytro Poplavskiy2012-02-063-25/+35
* Split QMediaRecorder::setEncodingSettings to separate setters.Dmytro Poplavskiy2012-02-013-7/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3098-98/+98
* Fix some static analysis defects.Michael Goddard2012-01-253-10/+11
* Disabled CameraBin2 based camera backend.Dmytro Poplavskiy2012-01-231-3/+4
* Update obsolete contact address.Jason McDonald2012-01-2398-98/+98
* Changed metadata keys type from enum to QString.Dmytro Poplavskiy2012-01-2011-261/+194
* Use US spelling for organization.Michael Goddard2012-01-193-3/+3
* Changed QCamera::captureMode property to QFlagsDmytro Poplavskiy2012-01-176-19/+19
* Fix build for the camera support of QtMultimedia GStreamer plugin.Alexis Menard2012-01-142-17/+1
* Update year in Nokia copyright headers.Jason McDonald2012-01-1290-90/+90
* Remove widgets config test.Michael Goddard2012-01-111-3/+3
* Properly handle the case where QtWidgets is not available.Michael Goddard2012-01-0612-50/+67
* Update copyright year in license headers.Jason McDonald2012-01-068-8/+8
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-01-051-1/+1
* Fix readyChanged signal emit in gstreamervideorendererMithra Pattison2011-12-211-6/+5