summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/mediaplayer
Commit message (Expand)AuthorAgeFilesLines
* GStreamer: fix artist-related metadata keys.Yoann Lopes2014-09-261-2/+4
* GStreamer: fix QMediaPlayer metadata signals.Yoann Lopes2014-09-261-0/+5
* Ensure pre-roll frames are displayed when gstreamer backend is paused.Andrew den Exter2014-09-122-56/+46
* Update license headers and add new license filesAntti Kokko2014-08-2414-266/+154
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\
| * GStreamer: fix looping a media when it's loaded from qrc.Yoann Lopes2014-07-031-1/+1
* | Fix stuttering with RTSP streams.Andrew den Exter2014-06-261-0/+1
|/
* Fix static initialization order fiasco in some plugins.Yoann Lopes2014-06-062-78/+73
* GStreamer: disable clock syncing in video sink for live sources.Yoann Lopes2014-05-091-0/+1
* GStreamer: correctly get metadata from live sources.Yoann Lopes2014-04-092-23/+11
* GStreamer: cleanup system includes.Yoann Lopes2014-04-071-14/+0
* GStreamer: each QMediaPlayer now has its own volume by default.Yoann Lopes2014-04-032-13/+49
* fix: 'm_state' was not declared in this scopeZhang Xingtao2014-03-281-1/+1
* GStreamer: fix memory leaks.Yoann Lopes2014-03-211-5/+11
* GStreamer: don't try to seek when it's not supported.Yoann Lopes2014-03-211-2/+2
* whitespace fixesOswald Buddenhagen2014-01-301-2/+2
* Fix playback with exotic gstreamer pipelines.Andrew den Exter2014-01-131-1/+7
* Some cleanup in the GStreamer plugin.Yoann Lopes2013-09-202-11/+9
* Multimedia plugins now have a unique JSON metadata 'Keys' property.Yoann Lopes2013-06-211-1/+2
* Decouple qmediametadata.h from qmultimedia.hSze Howe Koh2013-05-142-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1014-14/+14
* Add PLUGIN_CLASS_NAME to qtmultimedia pluginsMiikka Heikkinen2012-12-101-0/+1
* 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-064-5/+5
* Rename namespace QtMultimedia::MetaData -> QMediaMetaDataSze Howe Koh2012-11-063-49/+48
* adjust to qt_plugin.prf changesOswald Buddenhagen2012-11-051-5/+1
* Make QGstreamerPlayerSession 'VAAPI-aware'.Yoann Lopes2012-10-172-0/+86
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2414-336/+336
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-121-2/+0
* Gst player backend: removed fifo based stream playback fallbackDmytro Poplavskiy2012-07-193-137/+5
* Rename availabilityError to availability.Michael Goddard2012-06-292-3/+3
* build system cleanupsOswald Buddenhagen2012-06-251-1/+1
* Fix namespace compilation.Toby Tomkins2012-06-251-1/+2
* Enable auto resume of playback for gstreamer mediaplayerLing Hu2012-06-122-31/+44
* 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
* Split gstreamer plugin into smaller plugins providing fewer servicesJonas Rabbe2012-04-277-15/+304
* Make sure the audio/video availability information changes atomically.Michael Goddard2012-04-271-4/+8
* 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