diff --git a/0006-GStreamer-port-to-1.0.patch b/0006-GStreamer-port-to-1.0.patch index 749ab6f..239ff50 100644 --- a/0006-GStreamer-port-to-1.0.patch +++ b/0006-GStreamer-port-to-1.0.patch @@ -100,10 +100,10 @@ index 751b38d..251df34 100644 } diff --git a/qtmultimedia.pro b/qtmultimedia.pro -index cf97e64..48a71ce 100644 +index cf97e64..cf58d63 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro -@@ -17,12 +17,27 @@ win32 { +@@ -17,11 +17,27 @@ win32 { } else { contains(QT_CONFIG, alsa):qtCompileTest(alsa) contains(QT_CONFIG, pulseaudio):qtCompileTest(pulseaudio) @@ -112,7 +112,6 @@ index cf97e64..48a71ce 100644 - qtCompileTest(gstreamer_encodingprofiles) - qtCompileTest(gstreamer_appsrc) - qtCompileTest(linux_v4l) -- } + !done_config_gstreamer { + gstver=0.10 + !isEmpty(GST_VERSION): gstver=$$GST_VERSION @@ -134,9 +133,9 @@ index cf97e64..48a71ce 100644 + qtCompileTest(linux_v4l) + } + } + } qtCompileTest(resourcepolicy) qtCompileTest(gpu_vivante) - } diff --git a/src/gsttools/gsttools.pro b/src/gsttools/gsttools.pro index 7c809a7..7c41f1a 100644 --- a/src/gsttools/gsttools.pro