summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-25 09:50:10 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-26 16:53:03 +0100
commitcff20228069cf8172a047a0ed6a0d7b19d71da54 (patch)
treeb4ec6d1af59adb7028ec83893d78b6da0ab84cc8 /package
parent2f7c59327dd4687716f1f705f02889995998a972 (diff)
downloadbuildroot-cff20228069cf8172a047a0ed6a0d7b19d71da54.tar.gz
buildroot-cff20228069cf8172a047a0ed6a0d7b19d71da54.zip
gst1-plugins-bad: add netsim and videoframe_audiolevel support
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/gstreamer1/gst1-plugins-bad/Config.in8
-rw-r--r--package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk12
2 files changed, 20 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
index 68fed23de4..a9667afa34 100644
--- a/package/gstreamer1/gst1-plugins-bad/Config.in
+++ b/package/gstreamer1/gst1-plugins-bad/Config.in
@@ -350,6 +350,9 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MXF
help
MXF plugin library
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NETSIM
+ bool "netsim"
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX
bool "nuvdemux"
@@ -426,6 +429,11 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOFILTERS
help
Video filters in gst-plugins-bad
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOFRAME_AUDIOLEVEL
+ bool "videoframe_audiolevel"
+ help
+ videoframe_audiolevel
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
bool "videomeasure"
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index 55b4d6f2e8..c63a848de8 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
@@ -431,6 +431,12 @@ else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-mxf
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_NETSIM),y)
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-netsim
+else
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-netsim
+endif
+
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX),y)
GST1_PLUGINS_BAD_CONF_OPTS += --enable-nuvdemux
else
@@ -539,6 +545,12 @@ else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-videofilters
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOFRAME_AUDIOLEVEL),y)
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-videoframe_audiolevel
+else
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-videoframe_audiolevel
+endif
+
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE),y)
GST1_PLUGINS_BAD_CONF_OPTS += --enable-videomeasure
else
OpenPOWER on IntegriCloud