summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/gstreamer/audio/qgstreameraudiodecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* GStreamer: improve duration/position queriesTim Blechmann5 days1-2/+4
* GStreamer: improve element availability checksTim Blechmann2024-05-241-13/+12
* GStreamer: pipeline - use std::chrono for position/durationTim Blechmann2024-05-221-22/+29
* GStreamer: QGstreamerAudioDecoder - refine bufferingTim Blechmann2024-05-171-4/+13
* GStreamer: AudioDecoder - fix race conditionTim Blechmann2024-04-301-56/+40
* GStreamer: apply clazy's old-style-connectTim Blechmann2024-04-301-1/+1
* GStreamer: QGstreamerAudioDecoder - simplify message handlerTim Blechmann2024-04-261-89/+96
* GStreamer: improve tracing of GstMessagesTim Blechmann2024-04-261-18/+15
* GStreamer: simplify GstMessage processingTim Blechmann2024-04-261-3/+0
* GStreamer: prevent dangling references on glib callbacksTim Blechmann2024-04-261-2/+3
* GStreamer: introduce `QGstAppSrc` wrapper objectTim Blechmann2024-04-101-6/+7
* GStreamer: QGstreamerAudioDecoder - improve loggingTim Blechmann2024-04-101-109/+117
* GStreamer: rename `QGstAppSrc` to `QGstAppSource`Tim Blechmann2024-04-101-1/+1
* QPlatformAudioDecoder: remove unnecessary `emit`sTim Blechmann2024-04-101-10/+10
* GStreamer: QGstreamerAudioDecoder - trivial cleanupsTim Blechmann2024-04-091-7/+13
* GStreamer: add cpp wrapper objects for GstAppSinkTim Blechmann2024-04-091-20/+14
* Replace `QString` with `QStringLiteral` when wrapping a string literalTim Blechmann2024-04-081-1/+1
* GStreamer: audio - remove installed message filter in dtorTim Blechmann2024-04-051-0/+2
* GStreamer: fix playbin to pipeline castTim Blechmann2024-04-041-3/+2
* GStreamer: make all reference counting explicitTim Blechmann2024-03-291-1/+2
* GStreamer: use glib to resolve/reference `QGstPipelinePrivate`Tim Blechmann2024-03-291-1/+2
* GStreamer: include cleanupTim Blechmann2024-03-281-4/+4
* GStreamer: handle types - fix taglist/sample handlesTim Blechmann2024-02-271-1/+4
* GStreamer: replace gst allocating ctors with factory functionsTim Blechmann2024-02-261-3/+4
* gstreamer: separate out handle typesTim Blechmann2024-02-211-35/+25
* gstreamer: QGstreamerAudioDecoder - fix switch indentationTim Blechmann2024-02-211-82/+87
* gstreamer: gst adaptors - make ctors explicitTim Blechmann2024-02-141-2/+2
* gstreamer: adaptors - consistent access to wrapped objectTim Blechmann2024-02-131-2/+2
* Fix memleak in QGstCapsPiotr Srebrny2022-12-151-1/+1
* Include moc_*.cpp files in QtMM gstreamer pluginArtem Dyomin2022-12-131-0/+2
* Reset playbin state after decoding has finishedPiotr Srebrny2022-12-051-0/+1
* Remove unncessary checks as playbin is never nullPiotr Srebrny2022-12-021-18/+1
* Validate that gstreamer elements necessary for operation are availablePiotr Srebrny2022-10-101-13/+26
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Turn the gstreamer backend into a pluginLars Knoll2022-01-111-0/+558