summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/qgstreamerserviceplugin.cpp
diff options
context:
space:
mode:
authorDmytro Poplavskiy <dmytro.poplavskiy@nokia.com>2012-02-06 16:43:53 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-06 13:57:42 +0100
commitee39683e273f705bfcffde8b6a9908230010843c (patch)
tree625c4c0c2365c252bb15d3d0e75a319a7044166e /src/plugins/gstreamer/qgstreamerserviceplugin.cpp
parent39c96db2b32147dcf5b5ddc1046a4a97645fee23 (diff)
Moved QMediaServiceProvider to private header.
It's not intended to be used by applications. Change-Id: I2acc26180ebb5c2419438169827f39aaf4578389 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/plugins/gstreamer/qgstreamerserviceplugin.cpp')
-rw-r--r--src/plugins/gstreamer/qgstreamerserviceplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gstreamer/qgstreamerserviceplugin.cpp b/src/plugins/gstreamer/qgstreamerserviceplugin.cpp
index 940f99dc3..d765fd70c 100644
--- a/src/plugins/gstreamer/qgstreamerserviceplugin.cpp
+++ b/src/plugins/gstreamer/qgstreamerserviceplugin.cpp
@@ -60,7 +60,7 @@
#include "camerabinservice.h"
#endif
-#include <qmediaserviceprovider.h>
+#include <qmediaserviceproviderplugin.h>
#include <linux/types.h>
#include <sys/time.h>