summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/gstreamer/common/qgstreamervideosink.cpp
Commit message (Expand)AuthorAgeFilesLines
* GStreamer: use QT_CONFIG to determine conditional compilationTim Blechmann29 hours1-10/+11
* Apply the macro Q_STATIC_LOGGING_CATEGORYArtem Dyomin32 hours1-1/+1
* GStreamer: rework stopped state handlingTim Blechmann3 days1-19/+22
* GStreamer: rework subtitle readerTim Blechmann11 days1-19/+14
* GStreamer: QGstreamerVideoSink - prefix members with m_Tim Blechmann2024-06-041-38/+40
* GStreamer: QGstreamerVideoSink - improve conversion element overrideTim Blechmann2024-05-291-14/+28
* Plugins: avoid allocationsTim Blechmann2024-05-241-4/+6
* GStreamer: improve element availability checksTim Blechmann2024-05-241-2/+0
* GStreamer: introduce `QGstElement::findFactory`Tim Blechmann2024-05-241-9/+3
* GStreamer: remove videoSink queueTim Blechmann2024-05-211-8/+11
* GStreamer: QGstVideoRenderer - rework async event handlingTim Blechmann2024-05-131-0/+2
* GStreamer: fix some reference counting bugsTim Blechmann2024-04-101-1/+1
* GStreamer: improve pipeline modification codeTim Blechmann2024-04-031-1/+1
* GStreamer: wrap `gst_element_factory_create`Tim Blechmann2024-03-291-4/+1
* GStreamer: improve naming consistency for environment variablesTim Blechmann2024-03-291-3/+3
* GStreamer: make all reference counting explicitTim Blechmann2024-03-291-2/+4
* GStreamer: include cleanupTim Blechmann2024-03-281-5/+5
* GStreamer: fill context infoTim Blechmann2024-03-211-0/+8
* GStreamer: mark videosinks as "async"Tim Blechmann2024-03-151-0/+2
* GStreamer: provide environment variable to inject conversion elementTim Blechmann2024-03-141-3/+24
* GStreamer: video sink - remove `identity` node from pipelineTim Blechmann2024-03-081-10/+12
* GStreamer: use more expressive queue namesTim Blechmann2024-03-071-1/+1
* GStreamer: use more RAII handle typesTim Blechmann2024-03-061-16/+11
* GStreamer: improve warning consistency for linking elementsTim Blechmann2024-03-051-4/+1
* GStreamer: clean up sync APIsTim Blechmann2024-03-021-10/+9
* GStreamer: QGstreamerVideoSink - add capsfilter for pixel-aspect-ratioTim Blechmann2024-03-021-4/+24
* GStreamer: set sink to NULL state before re-creating itTim Blechmann2024-02-281-0/+3
* GStreamer: ensure stopping elements before removingTim Blechmann2024-02-281-4/+2
* GStreamer: api cleanups - rework add/link/remove APIsTim Blechmann2024-02-281-2/+2
* GStreamer: replace gst allocating ctors with factory functionsTim Blechmann2024-02-261-2/+3
* gstreamer: silence `Failed to make element` warningsTim Blechmann2024-02-251-9/+21
* gstreamer: separate out handle typesTim Blechmann2024-02-211-13/+17
* gstreamer: gst adaptors - make ctors explicitTim Blechmann2024-02-141-1/+1
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-2/+1
* Add NVidia specific conversion element to already existing IMX workaroundHenrik Thillman2023-02-281-2/+5
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Include moc_*.cpp files in QtMM gstreamer pluginArtem Dyomin2022-12-131-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Turn the gstreamer backend into a pluginLars Knoll2022-01-111-0/+270