Moved it to the separate plugin as the rest of gstreamer based services; Updated with libqgsttools_p changes; Implemented QMediaRecorder::status property; Made gst_photography dependency optional, it's not always available on desktop; Added video recording case to auto integration test; Moved backend implementation into qt namespace Task-number: QTBUG-26046 Change-Id: Iacfc1a6e263a4c0201d5eb28d04c960b87a230c0 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
13 lines
223 B
INI
13 lines
223 B
INI
SOURCES += main.cpp
|
|
|
|
CONFIG += link_pkgconfig
|
|
|
|
PKGCONFIG += \
|
|
gstreamer-0.10 \
|
|
gstreamer-base-0.10 \
|
|
gstreamer-interfaces-0.10 \
|
|
gstreamer-audio-0.10 \
|
|
gstreamer-video-0.10 \
|
|
gstreamer-pbutils-0.10
|
|
|