summaryrefslogtreecommitdiff
path: root/src/gsttools/qgstxvimagebuffer.cpp
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-11-25 15:38:27 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-25 06:52:21 +0100
commit581564c9902702626a5dc89cb47632c6a624b514 (patch)
treebb51980dee89de3b3119d85f3941bbe99f76969e /src/gsttools/qgstxvimagebuffer.cpp
parentb05819f9394418d9e47b44e1c5536934dda99575 (diff)
downloadqtmultimedia-581564c9902702626a5dc89cb47632c6a624b514.tar.gz
Fixed QtMultimedia core namespace compilation.
Change-Id: Ie276a7766bd26f3e49b2bc9c1a28ec96f1e3e4b0 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/gsttools/qgstxvimagebuffer.cpp')
-rw-r--r--src/gsttools/qgstxvimagebuffer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gsttools/qgstxvimagebuffer.cpp b/src/gsttools/qgstxvimagebuffer.cpp
index 90ca86701..eb28999fc 100644
--- a/src/gsttools/qgstxvimagebuffer.cpp
+++ b/src/gsttools/qgstxvimagebuffer.cpp
@@ -50,6 +50,8 @@
#ifndef QT_NO_XVIDEO
+QT_BEGIN_NAMESPACE
+
GstBufferClass *QGstXvImageBuffer::parent_class = NULL;
GType QGstXvImageBuffer::get_type(void)
@@ -307,5 +309,7 @@ void QGstXvImageBufferPool::destroyBuffer(QGstXvImageBuffer *xvBuffer)
QMetaObject::invokeMethod(this, "queuedDestroy", Qt::QueuedConnection);
}
+QT_END_NAMESPACE
+
#endif //QT_NO_XVIDEO