summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/gstreamer/common/qgstreamervideosink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/multimedia/gstreamer/common/qgstreamervideosink.cpp')
-rw-r--r--src/plugins/multimedia/gstreamer/common/qgstreamervideosink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/multimedia/gstreamer/common/qgstreamervideosink.cpp b/src/plugins/multimedia/gstreamer/common/qgstreamervideosink.cpp
index 21b64f997..c70428485 100644
--- a/src/plugins/multimedia/gstreamer/common/qgstreamervideosink.cpp
+++ b/src/plugins/multimedia/gstreamer/common/qgstreamervideosink.cpp
@@ -133,7 +133,7 @@ QGstElement QGstreamerVideoSink::gstSink()
void QGstreamerVideoSink::setPipeline(QGstPipeline pipeline)
{
- gstPipeline = pipeline;
+ gstPipeline = std::move(pipeline);
}
bool QGstreamerVideoSink::inStoppedState() const