summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/gstreamer
Commit message (Expand)AuthorAgeFilesLines
* Turn the gstreamer backend into a pluginLars Knoll2022-01-1153-12498/+0
* Gstreamer: Improve device detectionLars Knoll2022-01-061-6/+4
* Fix compiler errorLars Knoll2021-12-171-4/+4
* Don't leak GStramer bus object, make virtual destructor in base classPiotr Srebrny2021-12-173-4/+6
* Set state synchronously outside of pipeline controlPiotr Srebrny2021-12-171-1/+1
* Don't leak GL display and context objectsPiotr Srebrny2021-12-171-0/+2
* Add rotation angle and if mirrored to QVideoFramePiotr Srebrny2021-12-072-0/+59
* Windows: Allow seamless playback loopingAndré de la Rocha2021-11-291-1/+3
* Disconnect outputs from input selector when no track is selectedPiotr Srebrny2021-11-234-17/+41
* Fix compilation in case the wayland or X11 headers aren't availableLars Knoll2021-11-221-4/+4
* Use device location on a bus as a unique ID for the audio devicePiotr Srebrny2021-11-191-2/+2
* Gstreamer: Fix language detection for metadataLars Knoll2021-11-181-3/+4
* Warn when setting a new audio input/output device failsPiotr Srebrny2021-11-082-2/+10
* GStreamer: Fix black preview window on capturesessionsLars Knoll2021-11-033-11/+14
* Use system clock on the pipeline instead of audio device clockPiotr Srebrny2021-11-031-0/+2
* Enable QAudioDecoder backend tests for WindowsPiotr Srebrny2021-11-021-1/+1
* Consume videoframes in sync with clock on fake video sinkPiotr Srebrny2021-11-011-0/+2
* Compile on systems that do not support eglCreateImageLars Knoll2021-11-012-2/+8
* Fix a wrong g_object_set() call on 32 bit platformsLars Knoll2021-10-202-6/+6
* Properly detect whether a stream is seekableLars Knoll2021-10-121-4/+11
* Fix QCameraBackend::testNativeMetadata() on gstreamerLars Knoll2021-10-122-20/+12
* Fix the tst_qmediaplayerbackend::seekPauseSeek autotest on gstreamerLars Knoll2021-10-116-12/+32
* Fix qcamerabackend autotest for gstreamerLars Knoll2021-10-111-0/+2
* Fix critical gstreamer warningLars Knoll2021-10-111-4/+4
* Set the encoder meta data when we actually have a GstEncodeBinLars Knoll2021-10-111-2/+2
* Fix emission of error signals in QGstreamerImageCaptureLars Knoll2021-10-041-3/+3
* GStreamer: remove an element from a pipeline before setState(NULL)Piotr Srebrny2021-10-013-15/+16
* Remove debug outputLars Knoll2021-10-013-34/+1
* Add support for looping to QMediaPlayerLars Knoll2021-10-011-0/+3
* GStreamer: wait to finalize recording before detaching from the sessionPiotr Srebrny2021-09-302-8/+18
* Do not leak GstMessage and avoid accidental decrease in reference cntPiotr Srebrny2021-09-304-29/+24
* GStreamer: emit not ready for capture when no session or cameraPiotr Srebrny2021-09-291-2/+7
* GStreamer: set encoder and file sink NULL state synchronouslyPiotr Srebrny2021-09-291-2/+2
* Remove some leftover debug messagesPiotr Srebrny2021-09-281-3/+0
* Fix the seekable property on gstreamerLars Knoll2021-09-241-1/+0
* Rename QPlatformMediaEncoder to QPlatformMediaRecorderPiotr Srebrny2021-09-226-14/+14
* GStreamer: provide correct recording durationPiotr Srebrny2021-09-172-19/+26
* 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-1313-275/+331
* 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
* Remove duplicated media storage location implementationsPiotr Srebrny2021-09-033-94/+7
* 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
* QAudioDecoder: Re-add API for setting desired audio formatDoris Verria2021-08-252-3/+26