Fix namespace compilation.

Change-Id: Id8d71a48df20da16647834e8f9732012f26f928f
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Toby Tomkins
2012-06-21 13:37:23 +10:00
committed by Qt by Nokia
parent d006d874ba
commit 6d301388e1
11 changed files with 25 additions and 12 deletions

View File

@@ -54,6 +54,8 @@
#include <gst/interfaces/xoverlay.h>
#include <gst/interfaces/propertyprobe.h>
QT_BEGIN_NAMESPACE
class QGstreamerVideoWidget : public QWidget
{
public:
@@ -350,3 +352,5 @@ void QGstreamerVideoWidgetControl::setSaturation(int saturation)
emit saturationChanged(saturation);
}
}
QT_END_NAMESPACE

View File

@@ -57,6 +57,8 @@
//#define DEBUG_VIDEO_SURFACE_SINK
QT_BEGIN_NAMESPACE
Q_GLOBAL_STATIC_WITH_ARGS(QMediaPluginLoader, bufferPoolLoader,
(QGstBufferPoolInterface_iid, QLatin1String("video/bufferpool"), Qt::CaseInsensitive))
@@ -895,3 +897,4 @@ GstFlowReturn QVideoSurfaceGstSink::render(GstBaseSink *base, GstBuffer *buffer)
return sink->delegate->render(buffer);
}
QT_END_NAMESPACE