summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/gstreamer/common
Commit message (Expand)AuthorAgeFilesLines
* QGstAppSrc: Reset streamedSamples to 0 when setting a new streamLars Knoll2021-09-171-0/+2
* GStreamer: add an option to disable media track with setActiveTrack(-1)Piotr Srebrny2021-09-172-105/+173
* GStreamer: enable dynamic pipeline modification for capture sessionPiotr Srebrny2021-09-135-27/+43
* Don't try to flush a live pipelineLars Knoll2021-09-101-1/+2
* Only use available gstreamer video formatsSamuli Piippo2021-09-081-0/+5
* Fix build issue with conflicting declarations in GL headersSamuli Piippo2021-09-071-2/+1
* Move gstreamer over to the new subtitle handlingLars Knoll2021-09-0711-31/+378
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-071-2/+2
* GstVideoBuffer: Make sure there is a context current for cleanupLaszlo Agocs2021-08-261-2/+5
* HW accelerated video rendering for QWindowLars Knoll2021-08-262-1/+1
* Remove the windowed code path for QVideoSink on Android and gstreamerLars Knoll2021-08-252-66/+3
* Remove vaapisink from the list of video sinks to useLars Knoll2021-08-181-5/+0
* GStreamer: Update duration of the media after prerollingLars Knoll2021-08-181-0/+7
* GStreamer add support for recording pausePiotr Srebrny2021-08-171-3/+2
* Gstreamer: Fix lockup on exit when the player uses vaapisinkLars Knoll2021-08-172-2/+5
* Add an environment variable to disable the gstreamer vaapisinkLars Knoll2021-08-161-0/+3
* Fix a couple of gstreamer warningsLars Knoll2021-08-163-1/+3
* GStreamer: Only call flush() after pipeline changes in the media playerLars Knoll2021-08-163-1/+11
* Ensure we correctly set the videoSize property in QVideoSinkLars Knoll2021-08-165-15/+9
* Remove some debug outputLars Knoll2021-08-162-4/+1
* Remove some debug output and fix #ifdef logicLars Knoll2021-08-161-3/+5
* Add a couple of nullptr checks in the gstreamer media playerLars Knoll2021-08-151-4/+9
* Fix critial error related to incorrect gstreamer element statePiotr Srebrny2021-08-133-2/+3
* Doc: Fix Qt Multimedia Documentation Part 2Nicholas Bennett2021-08-111-2/+2
* Enable DMA buffer support for gstreamerLars Knoll2021-08-098-20/+284
* Clean up the GstGlContext creationLars Knoll2021-08-094-68/+78
* Larger rework of the RGB pixel formatsLars Knoll2021-08-092-48/+24
* Unify some code in QGstCaps/MutableCapsLars Knoll2021-08-097-47/+39
* Move the GstGlContext initialization into the video sinkLars Knoll2021-08-094-113/+132
* Cleanup qgstvideorenderersinkLars Knoll2021-08-062-193/+110
* Smaller cleanupsLars Knoll2021-08-051-1/+0
* Fix hardware acceleration on gstreamer, part oneLars Knoll2021-08-0510-210/+88
* Improve windowed rendering with gstreamerLars Knoll2021-08-044-208/+29
* Add support for imx8 video conversionsLars Knoll2021-07-301-1/+12
* Simplify pipeline manipulation handling for gstreamerLars Knoll2021-07-309-96/+91
* Move the m_position and m_rate members into the shared d-pointerLars Knoll2021-07-302-46/+64
* Add some fixes to gstreamer audio output handlingLars Knoll2021-07-304-66/+62
* Move rate handling into QGstPipelineLars Knoll2021-07-303-27/+47
* Fix media player position handling after seeking on gstreamerLars Knoll2021-07-302-22/+23
* Get rid of a critical gstreamer warningLars Knoll2021-07-301-0/+1
* Fix QMediaPlayer::isSeekable() on gstreamerLars Knoll2021-07-302-18/+7
* Fix QMediaPlayer::hasAudio/Video() and related signalsLars Knoll2021-07-282-16/+10
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-091-4/+5
* GStreamer: Fix a deadlock when changing audio tracks while pausedLars Knoll2021-07-092-1/+11
* Don't try to use a GstVideoOverlay if none is availableLars Knoll2021-07-093-5/+5
* Fix windowed playback on gstreamer for second videoLars Knoll2021-07-094-6/+35
* Refactor the gstreamer video sinkLars Knoll2021-07-084-77/+58
* Fix the MapData structure to include per plane size informationLars Knoll2021-07-071-4/+4
* Fix the QAudioDecoder APILars Knoll2021-06-172-3/+8
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-113-55/+9