summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/gstreamer/audio/qgstreameraudiosink.cpp
Commit message (Expand)AuthorAgeFilesLines
* GStreamer: improve tracing of GstMessagesTim Blechmann2024-04-261-6/+1
* GStreamer: rename `QGstAppSrc` to `QGstAppSource`Tim Blechmann2024-04-101-5/+5
* GStreamer: audio - remove installed message filter in dtorTim Blechmann2024-04-051-0/+2
* GStreamer: include cleanupTim Blechmann2024-03-281-8/+8
* GStreamer: introduce `createFromDevice`Tim Blechmann2024-03-261-1/+1
* GStreamer: use more expressive queue namesTim Blechmann2024-03-071-1/+1
* GStreamer: use more expressive pipeline namesTim Blechmann2024-02-281-1/+1
* GStreamer: api cleanups - rework add/link/remove APIsTim Blechmann2024-02-281-1/+1
* GStreamer: replace gst allocating ctors with factory functionsTim Blechmann2024-02-261-5/+6
* gstreamer: separate out handle typesTim Blechmann2024-02-211-13/+9
* gstreamer: gst adaptors - make ctors explicitTim Blechmann2024-02-141-1/+1
* gstreamer: adaptors - consistent access to wrapped objectTim Blechmann2024-02-131-1/+1
* Fix behavior of QAudioSink::resume in push modeVolker Hilsheimer2023-02-061-1/+2
* Add parent-child relationship on audio sources and sinksPiotr Srebrny2022-11-101-4/+5
* Validate that gstreamer elements necessary for operation are availablePiotr Srebrny2022-10-101-8/+27
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Fix state transition in QGStreamerAudioSink::resume()Axel Spoerl2022-05-241-1/+1
* Restart pulling data if QIODevice signals readyReadPiotr Srebrny2022-04-261-1/+3
* Turn the gstreamer backend into a pluginLars Knoll2022-01-111-0/+395