summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorDmytro Poplavskiy <dmytro.poplavskiy@nokia.com>2011-08-12 11:52:47 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-24 07:07:45 +0200
commitda9b436cd1be60da495f55fc4f4236136e7851f8 (patch)
tree6bf9a91437dc5fb4e016a8f7bb86d09693ae4091 /config.tests
parentabee3a6548e84a1df91590c26718d43bb846dc0b (diff)
Ported gstreamer camera backend from camerabin to camerabin2.
Change-Id: Ieb08df492e7b9cbfe35e93a056685cfdac6e704e Reviewed-on: http://codereview.qt.nokia.com/2994 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/gstreamer_photography/gstreamer_photography.pro3
-rw-r--r--config.tests/gstreamer_photography/main.cpp2
2 files changed, 4 insertions, 1 deletions
diff --git a/config.tests/gstreamer_photography/gstreamer_photography.pro b/config.tests/gstreamer_photography/gstreamer_photography.pro
index c0d995227..3b384b096 100644
--- a/config.tests/gstreamer_photography/gstreamer_photography.pro
+++ b/config.tests/gstreamer_photography/gstreamer_photography.pro
@@ -14,7 +14,8 @@ PKGCONFIG += \
gstreamer-base-0.10 \
gstreamer-interfaces-0.10 \
gstreamer-audio-0.10 \
- gstreamer-video-0.10
+ gstreamer-video-0.10 \
+ gstreamer-pbutils-0.10
LIBS += -lgstphotography-0.10
diff --git a/config.tests/gstreamer_photography/main.cpp b/config.tests/gstreamer_photography/main.cpp
index 677ee68cb..1899222db 100644
--- a/config.tests/gstreamer_photography/main.cpp
+++ b/config.tests/gstreamer_photography/main.cpp
@@ -43,6 +43,8 @@
#include <gst/interfaces/photography.h>
#include <gst/interfaces/photography-enumtypes.h>
+#include <gst/pbutils/pbutils.h>
+#include <gst/pbutils/encoding-profile.h>
int main(int argc, char** argv)
{