summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2011-01-08 20:32:58 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2011-01-08 20:32:58 +0200
commitc1d12fd108fe8a48ec2c697deffc47c648a65d55 (patch)
treed6874804177264ebd26ed00b8ac28bd20cd8a6fc /tests
parent9e8a84eb130a601b0b0621f75138884b50daf319 (diff)
Move the init functions in separate init{.h, .cpp} files in both libs and add capitalized headers for Init and Global where needed.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgsttest.h2
-rw-r--r--tests/manual/qwidgetvideosinktest.cpp1
-rw-r--r--tests/manual/videoorientationtest.cpp1
-rw-r--r--tests/manual/videowidgettest.cpp1
4 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qgsttest.h b/tests/auto/qgsttest.h
index 27652cb..99a82d4 100644
--- a/tests/auto/qgsttest.h
+++ b/tests/auto/qgsttest.h
@@ -18,7 +18,7 @@
#define QGSTTEST_H
#include <QtTest/QtTest>
-#include <QGst/Global>
+#include <QGst/Init>
#include <gst/gst.h>
class QGstTest : public QObject
diff --git a/tests/manual/qwidgetvideosinktest.cpp b/tests/manual/qwidgetvideosinktest.cpp
index 2a95d36..d0da26f 100644
--- a/tests/manual/qwidgetvideosinktest.cpp
+++ b/tests/manual/qwidgetvideosinktest.cpp
@@ -15,6 +15,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ui_qwidgetvideosinktest.h"
+#include <QGst/Init>
#include <QGst/Pipeline>
#include <QGst/ElementFactory>
#include <QtGui/QApplication>
diff --git a/tests/manual/videoorientationtest.cpp b/tests/manual/videoorientationtest.cpp
index a71dfc3..51542db 100644
--- a/tests/manual/videoorientationtest.cpp
+++ b/tests/manual/videoorientationtest.cpp
@@ -16,6 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ui_videoorientationtest.h"
+#include <QGst/Init>
#include <QGst/Pipeline>
#include <QGst/ElementFactory>
#include <QGst/VideoOrientation>
diff --git a/tests/manual/videowidgettest.cpp b/tests/manual/videowidgettest.cpp
index 747e1da..cd830a3 100644
--- a/tests/manual/videowidgettest.cpp
+++ b/tests/manual/videowidgettest.cpp
@@ -15,6 +15,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ui_videowidgettest.h"
+#include <QGst/Init>
#include <QGst/Pipeline>
#include <QGst/ElementFactory>
#include <QtGui/QApplication>