diff options
Diffstat (limited to 'recipes-qt/qt5/qtmultimedia/0001-Initial-porting-effort-to-GStreamer-1.0.patch')
-rw-r--r-- | recipes-qt/qt5/qtmultimedia/0001-Initial-porting-effort-to-GStreamer-1.0.patch | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/recipes-qt/qt5/qtmultimedia/0001-Initial-porting-effort-to-GStreamer-1.0.patch b/recipes-qt/qt5/qtmultimedia/0001-Initial-porting-effort-to-GStreamer-1.0.patch index 59a5282e..ec96ddce 100644 --- a/recipes-qt/qt5/qtmultimedia/0001-Initial-porting-effort-to-GStreamer-1.0.patch +++ b/recipes-qt/qt5/qtmultimedia/0001-Initial-porting-effort-to-GStreamer-1.0.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From fe90d2bb5dcfd1cb75ed5414a4acdb9dfc9d4367 Mon Sep 17 00:00:00 2001 | 1 | From c75cdeeb0ea705b9415c3cf777c611aee01f62c2 Mon Sep 17 00:00:00 2001 |
2 | From: Yoann Lopes <yoann.lopes@digia.com> | 2 | From: Yoann Lopes <yoann.lopes@digia.com> |
3 | Date: Thu, 31 Oct 2013 15:06:30 +0100 | 3 | Date: Thu, 31 Oct 2013 15:06:30 +0100 |
4 | Subject: [PATCH] Initial porting effort to GStreamer 1.0. | 4 | Subject: [PATCH] Initial porting effort to GStreamer 1.0. |
@@ -13,14 +13,14 @@ Subject: [PATCH] Initial porting effort to GStreamer 1.0. | |||
13 | 13 | ||
14 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 14 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
15 | --- | 15 | --- |
16 | qtmultimedia.pro | 25 +++++++++++++------------ | 16 | qtmultimedia.pro | 26 ++++++++++++++------------ |
17 | 1 file changed, 13 insertions(+), 12 deletions(-) | 17 | 1 file changed, 14 insertions(+), 12 deletions(-) |
18 | 18 | ||
19 | diff --git a/qtmultimedia.pro b/qtmultimedia.pro | 19 | diff --git a/qtmultimedia.pro b/qtmultimedia.pro |
20 | index 1225ffb..a60b1fc 100644 | 20 | index 1225ffb..4f675fe 100644 |
21 | --- a/qtmultimedia.pro | 21 | --- a/qtmultimedia.pro |
22 | +++ b/qtmultimedia.pro | 22 | +++ b/qtmultimedia.pro |
23 | @@ -18,19 +18,20 @@ win32 { | 23 | @@ -18,19 +18,21 @@ win32 { |
24 | contains(QT_CONFIG, alsa):qtCompileTest(alsa) | 24 | contains(QT_CONFIG, alsa):qtCompileTest(alsa) |
25 | contains(QT_CONFIG, pulseaudio):qtCompileTest(pulseaudio) | 25 | contains(QT_CONFIG, pulseaudio):qtCompileTest(pulseaudio) |
26 | 26 | ||
@@ -36,6 +36,13 @@ index 1225ffb..a60b1fc 100644 | |||
36 | + } else: contains(QT_CONFIG, gstreamer-1.0) { | 36 | + } else: contains(QT_CONFIG, gstreamer-1.0) { |
37 | + GST_VERSION = 1.0 | 37 | + GST_VERSION = 1.0 |
38 | + } | 38 | + } |
39 | + } | ||
40 | + cache(GST_VERSION, set) | ||
41 | + !isEmpty(GST_VERSION):qtCompileTest(gstreamer) { | ||
42 | + qtCompileTest(gstreamer_photography) | ||
43 | + qtCompileTest(gstreamer_encodingprofiles) | ||
44 | + qtCompileTest(gstreamer_appsrc) | ||
45 | + qtCompileTest(linux_v4l) | ||
39 | } | 46 | } |
40 | - } | 47 | - } |
41 | - cache(GST_VERSION, set) | 48 | - cache(GST_VERSION, set) |
@@ -44,15 +51,9 @@ index 1225ffb..a60b1fc 100644 | |||
44 | - qtCompileTest(gstreamer_encodingprofiles) | 51 | - qtCompileTest(gstreamer_encodingprofiles) |
45 | - qtCompileTest(gstreamer_appsrc) | 52 | - qtCompileTest(gstreamer_appsrc) |
46 | - qtCompileTest(linux_v4l) | 53 | - qtCompileTest(linux_v4l) |
47 | + cache(GST_VERSION, set) | ||
48 | + !isEmpty(GST_VERSION):qtCompileTest(gstreamer) { | ||
49 | + qtCompileTest(gstreamer_photography) | ||
50 | + qtCompileTest(gstreamer_encodingprofiles) | ||
51 | + qtCompileTest(gstreamer_appsrc) | ||
52 | + qtCompileTest(linux_v4l) | ||
53 | } | 54 | } |
54 | 55 | ||
55 | qtCompileTest(resourcepolicy) | 56 | qtCompileTest(resourcepolicy) |
56 | -- | 57 | -- |
57 | 2.4.2 | 58 | 2.5.3 |
58 | 59 | ||