summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Config.in.legacy4
-rw-r--r--package/gstreamer1/gst1-plugins-bad/Config.in5
-rw-r--r--package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk6
3 files changed, 15 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index f20eb6a4d2..f1a1b8ad7c 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -185,7 +185,11 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
bool "videomeasure removed"
+ select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
select BR2_LEGACY
+ help
+ videomeasure plugin has been removed and has been replaced by
+ iqa, which has automatically been enabled.
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK
bool "apexsink removed"
diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
index d137a6c253..35d3f1682c 100644
--- a/package/gstreamer1/gst1-plugins-bad/Config.in
+++ b/package/gstreamer1/gst1-plugins-bad/Config.in
@@ -407,6 +407,11 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOFRAME_AUDIOLEVEL
help
videoframe_audiolevel
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
+ bool "iqa"
+ help
+ Image Quality Assessment
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS
bool "videoparsers"
help
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index 9dbde1489b..f597065f1b 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
@@ -476,6 +476,12 @@ else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-videoframe_audiolevel
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA),y)
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-iqa
+else
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-iqa
+endif
+
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS),y)
GST1_PLUGINS_BAD_CONF_OPTS += --enable-videoparsers
else
OpenPOWER on IntegriCloud