summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/gstreamer/common
Commit message (Expand)AuthorAgeFilesLines
* Reduce the timeout for sync state changes in gstreamer to 1 secLars Knoll2021-05-211-2/+2
* Fixes for qaudiooutput on gstreamerLars Knoll2021-05-202-2/+11
* Cleanup the QMediaEncoder backend architectureLars Knoll2021-05-191-0/+2
* Fix a memory leak in gstreamerLars Knoll2021-05-181-1/+7
* Fix a crash in QGstAppSrc when using pull modeLars Knoll2021-05-181-6/+6
* Fix a crash in the gstreamer audio outputLars Knoll2021-05-181-4/+13
* gstreamer: fix compilation without gstreamer_glSamuli Piippo2021-05-171-1/+4
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-142-1/+3
* Make sure Qt Multimedia compiles against 6.1Lars Knoll2021-05-141-0/+2
* Add support for selecting the camera formatLars Knoll2021-05-103-0/+52
* Fix most qcamerabackend autotests on gstreamerLars Knoll2021-05-102-6/+4
* Fix compilation on LinuxLars Knoll2021-05-071-0/+3
* Fix a bug that would lead to interruped audio playbackLars Knoll2021-05-071-2/+3
* Pass the remaining mediaplayerbackend autotestsLars Knoll2021-05-076-22/+93
* Clean up the GstPipeline wrapper classLars Knoll2021-05-0710-291/+272
* Pass more media player autotests on gstreamerLars Knoll2021-05-032-69/+93
* Initialize variableLars Knoll2021-05-031-1/+1
* Fix reference counting of the negotiated capsLars Knoll2021-05-031-1/+1
* Smaller code cleanup in the gstreamer media playerLars Knoll2021-05-032-4/+12
* Get rid of some bogus warnings and debug messagesLars Knoll2021-05-031-2/+0
* Cleanup status handling in QMediaPlayerLars Knoll2021-05-032-86/+18
* Fix the remaining tst_qaudiooutput failures on gstreamerLars Knoll2021-05-032-15/+14
* Cleanup and refactor QGstAppSrcLars Knoll2021-05-036-194/+155
* Fix part of the QAudioOutput test failures on gstreamerLars Knoll2021-05-032-15/+52
* GStreamer: Correctly handle cameras that only provide JPEGLars Knoll2021-04-281-0/+2
* Remove qmake files from the repositoryLars Knoll2021-04-231-32/+0
* Fix issues with incorrect video sizes for windowed renderingLars Knoll2021-04-192-8/+17
* Fix gstreamer camera after the latest changesLars Knoll2021-04-191-3/+3
* Various reliability bugfixesLars Knoll2021-04-197-103/+9
* Fix brightness and friends with xvimagesinkLars Knoll2021-04-191-4/+4
* API cleanups in QMediaPlayerLars Knoll2021-04-162-11/+11
* Better error handling for gstreamerLars Knoll2021-04-163-2/+9
* Remove the graphicsType enum from QVideoSinkLars Knoll2021-04-162-24/+2
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-164-213/+40
* Remove unused methodLars Knoll2021-04-164-18/+0
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-145-73/+73
* Remove the notifyInterval() functionalityLars Knoll2021-04-081-1/+1
* Fix audio device switching on Linux in the audiooutput exampleLars Knoll2021-04-081-1/+1
* Remove 16bit RGB pixel formatsLars Knoll2021-04-082-8/+0
* Various fixes to the shader codeLars Knoll2021-04-081-8/+6
* Remove endian specific surface formatsLars Knoll2021-04-082-6/+4
* Remove packed pixel formats that can't be HW acceleratedLars Knoll2021-04-082-9/+0
* More work to enable HW decoding for Qt QuickLars Knoll2021-04-0713-103/+158
* Start adding infrastructure to retrieve video frames as textureLars Knoll2021-04-061-3/+3
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-064-87/+87
* QVideoFrame should be constructed with a QSurfaceFormatLars Knoll2021-04-061-4/+1
* Remove the handle type from QVideoSurfaceFormatLars Knoll2021-04-063-8/+6
* Remove all uses of QAbstractVideoSurface from the gstreamer backendLars Knoll2021-04-066-152/+47
* Clean up QAbstractVideoSurface usages in the gstreamer backendLars Knoll2021-04-065-50/+76
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-064-36/+0