From 9fba45e999f7c65f3cecf8fc914befd3d8b6db80 Mon Sep 17 00:00:00 2001 From: VaL Doroshchuk Date: Fri, 12 Jul 2019 13:45:05 +0200 Subject: GStreamer: Add docs for custom pipelines The feature was added in 5.12.2. And it is relevant only for GStreamer backend. Change-Id: I87e22e506158dc61bb7f111e74806e7eb8c28d7a Reviewed-by: Timur Pocheptsov Reviewed-by: Paul Wicking --- src/imports/multimedia/qdeclarativeaudio.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/imports/multimedia/qdeclarativeaudio.cpp') diff --git a/src/imports/multimedia/qdeclarativeaudio.cpp b/src/imports/multimedia/qdeclarativeaudio.cpp index 65606b3cf..7c2e5e8a4 100644 --- a/src/imports/multimedia/qdeclarativeaudio.cpp +++ b/src/imports/multimedia/qdeclarativeaudio.cpp @@ -1301,6 +1301,16 @@ void QDeclarativeAudio::_q_mediaChanged(const QMediaContent &media) This property holds the source URL of the media. Setting the \l source property clears the current \l playlist, if any. + + Since Qt 5.12.2, the url scheme \c gst-pipeline provides custom pipelines + for the GStreamer backend. + + If the pipeline contains a \c qtvideosink element, + the current VideoOutput will be used for rendering video. + + \snippet multimedia-snippets/qtvideosink.qml complete + + \sa QMediaPlayer::setMedia() */ /*! -- cgit v1.2.3