summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer
Commit message (Expand)AuthorAgeFilesLines
* make use of qtHaveModule()Oswald Buddenhagen2013-01-111-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1086-86/+86
* Add PLUGIN_CLASS_NAME to qtmultimedia pluginsMiikka Heikkinen2012-12-104-0/+4
* Fix QGstreamerPlayerSession::availablePlaybackRanges()Andras Becsi2012-11-282-20/+15
* Remove nonfunctional mediaDownloadEnabled propertyAndras Becsi2012-11-203-24/+3
* Clean up QGstreamerPlayerSessionAndras Becsi2012-11-202-18/+3
* Media is always set to be seekable with the gstreamer backendAndras Becsi2012-11-201-16/+9
* Rename namespace QtMultimedia -> QMultimediaSze Howe Koh2012-11-0610-13/+13
* Rename namespace QtMultimedia::MetaData -> QMediaMetaDataSze Howe Koh2012-11-066-153/+152
* adjust to qt_plugin.prf changesOswald Buddenhagen2012-11-054-22/+4
* Make QGstreamerPlayerSession 'VAAPI-aware'.Yoann Lopes2012-10-172-0/+86
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2486-2064/+2064
* Fix gstreamer plugin build for platforms with qreal -> floatRomain Pokrzywka2012-09-141-1/+1
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-124-8/+0
* Use QStandardPaths instead of QDesktopServicesThiago Macieira2012-08-022-4/+4
* Replaced endpoint control with audio input and output controlsDmytro Poplavskiy2012-07-244-20/+20
* Added volume property to QMediaRecorderDmytro Poplavskiy2012-07-196-4/+49
* Gst player backend: removed fifo based stream playback fallbackDmytro Poplavskiy2012-07-193-137/+5
* Camerabin camera service: configure default video settingsDmytro Poplavskiy2012-07-168-24/+107
* Updated the camerabin2 based camera with QtMultimedia changesDmytro Poplavskiy2012-07-1643-190/+746
* Gst capture: use QDesktopServices for default storage locationDmytro Poplavskiy2012-07-091-0/+6
* Gst capture: report the actual media location to applicationDmytro Poplavskiy2012-07-041-0/+2
* Gst Capture: image capture fixesDmytro Poplavskiy2012-06-293-2/+25
* Gst capture service: capture mode fixesDmytro Poplavskiy2012-06-293-6/+22
* Gst capture: don't wait for pipeline to stopDmytro Poplavskiy2012-06-292-15/+0
* Allow gst video capture startup without viewfinder attached.Dmytro Poplavskiy2012-06-291-1/+2
* Rename availabilityError to availability.Michael Goddard2012-06-292-3/+3
* Rename a few controls.Michael Goddard2012-06-2912-28/+28
* build system cleanupsOswald Buddenhagen2012-06-254-4/+4
* switch to new-style configure testsOswald Buddenhagen2012-06-252-4/+4
* Fix namespace compilation.Toby Tomkins2012-06-251-1/+2
* Enable auto resume of playback for gstreamer mediaplayerLing Hu2012-06-122-31/+44
* Removed encoding options from Audio/Video encoding controlsDmytro Poplavskiy2012-06-074-41/+0
* Avoid string-based, dynamic lookup of signalsKent Hansen2012-06-052-24/+24
* Add gstreamer.json to OTHER_FILESJohannes Zellner2012-06-011-0/+2
* Fix compilation when appsrc is not available.Johannes Zellner2012-05-211-0/+4
* GStreamer player session: remove code for old playbin.Lev Zelenskiy2012-05-142-148/+50
* Update duration information after switching to PLAYING state.Lev Zelenskiy2012-05-111-1/+9
* When resource is lost pause the pipeline instead of stopping it.Lev Zelenskiy2012-05-111-32/+6
* QGStreamerPlayerSession: unref pads after using them.Lev Zelenskiy2012-05-111-4/+12
* QGstreamerMetaDataProvider: fix keys not mapped properly.Lev Zelenskiy2012-05-111-1/+1
* Gst played: removed GST_SEEK_FLAG_ACCURATE flagDmytro Poplavskiy2012-05-101-2/+2
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-044-14/+14
* 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