summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/gstreamer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gstreamer/gstreamer.pro')
-rw-r--r--src/plugins/gstreamer/gstreamer.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/gstreamer/gstreamer.pro b/src/plugins/gstreamer/gstreamer.pro
index 1e3340b0f..ef3b0ab40 100644
--- a/src/plugins/gstreamer/gstreamer.pro
+++ b/src/plugins/gstreamer/gstreamer.pro
@@ -21,7 +21,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
maemo*:PKGCONFIG +=gstreamer-plugins-bad-0.10
contains(config_test_gstreamer_appsrc, yes): PKGCONFIG += gstreamer-app-0.10
@@ -53,6 +54,7 @@ HEADERS += \
qgstreamervideoinputdevicecontrol.h \
gstvideoconnector.h \
qabstractgstbufferpool.h \
+ qgstcodecsinfo.h \
qgstutils.h
SOURCES += \
@@ -65,6 +67,7 @@ SOURCES += \
qgstvideobuffer.cpp \
qvideosurfacegstsink.cpp \
qgstreamervideoinputdevicecontrol.cpp \
+ qgstcodecsinfo.cpp \
gstvideoconnector.c \
qgstutils.cpp