summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/gstreamer
Commit message (Expand)AuthorAgeFilesLines
* Some QCamera API cleanupsLars Knoll2021-05-252-15/+67
* Reduce the timeout for sync state changes in gstreamer to 1 secLars Knoll2021-05-211-2/+2
* Correctly resolve the actual output file for QMediaEncoderLars Knoll2021-05-213-8/+7
* Improve gstreamer capture pipelineLars Knoll2021-05-213-13/+20
* Improve V4L2 supportLars Knoll2021-05-212-26/+92
* Fix camera not showing up on gstreamerLars Knoll2021-05-212-5/+8
* Fixes for qaudiooutput on gstreamerLars Knoll2021-05-203-4/+17
* Merge QPlatformCameraImageProcessing into QPlatformCameraLars Knoll2021-05-204-445/+219
* Remove contrast/brightness/hue/saturation properties from QCameraLars Knoll2021-05-192-92/+0
* Move QPlatformCameraExposure API into QPlatformCameraLars Knoll2021-05-194-483/+180
* Cleanup the QMediaEncoder backend architectureLars Knoll2021-05-194-64/+45
* Merge the QPlatformCameraFocus class into QPlatformCameraLars Knoll2021-05-184-248/+52
* Remove QCamera::aperture() and friendsLars Knoll2021-05-181-9/+0
* Merge QCameraImageProcessing into QCameraLars Knoll2021-05-182-91/+28
* Merge QCameraExposure into QCameraLars Knoll2021-05-182-50/+50
* Merge the QCameraFocus API into QCameraLars Knoll2021-05-182-14/+14
* 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 some code that was not thread safeLars Knoll2021-05-182-18/+35
* Fix a crash in the gstreamer audio outputLars Knoll2021-05-182-26/+37
* gstreamer: fix compilation without gstreamer_glSamuli Piippo2021-05-171-1/+4
* Cleanup the audio decoder architectureLars Knoll2021-05-174-16/+15
* Fix the QSoundEffect autotest on gstreamerLars Knoll2021-05-171-1/+0
* Fix test failure in a couple of autotestsLars Knoll2021-05-171-1/+1
* Code cleanup in the gstreamer pluginLars Knoll2021-05-177-47/+48
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-144-15/+13
* Make sure Qt Multimedia compiles against 6.1Lars Knoll2021-05-141-0/+2
* Get rid of QAudioInput/Output::periodSize()Lars Knoll2021-05-142-7/+0
* Get rid of QMediaFormat::ModeDoris Verria2021-05-122-7/+17
* Fix compilation on LinuxLars Knoll2021-05-102-0/+0
* Add support for selecting the camera formatLars Knoll2021-05-109-52/+105
* Fix most qcamerabackend autotests on gstreamerLars Knoll2021-05-108-60/+81
* Some API and doc fixes for QAudioDecoderLars Knoll2021-05-072-6/+8
* Replace category in QAudioOutput with an audio roleLars Knoll2021-05-072-15/+0
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-076-34/+34
* Fix compilation on LinuxLars Knoll2021-05-071-0/+3
* QAudioDeviceInfo: drop Range type, simplify APIVolker Hilsheimer2021-05-071-6/+10
* Fix a crash when switching mode in the audiooutput exampleLars Knoll2021-05-071-3/+2
* 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-0717-296/+279
* QAudioInput:: Rename bytesReady to bytesAvailableVolker Hilsheimer2021-05-074-12/+12
* 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-033-18/+24
* Cleanup and refactor QGstAppSrcLars Knoll2021-05-0310-229/+174