mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
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>
This commit is contained in:
parent
2f7c59327d
commit
cff2022806
@ -350,6 +350,9 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MXF
|
|||||||
help
|
help
|
||||||
MXF plugin library
|
MXF plugin library
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NETSIM
|
||||||
|
bool "netsim"
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX
|
||||||
bool "nuvdemux"
|
bool "nuvdemux"
|
||||||
|
|
||||||
@ -426,6 +429,11 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOFILTERS
|
|||||||
help
|
help
|
||||||
Video filters in gst-plugins-bad
|
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
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
|
||||||
bool "videomeasure"
|
bool "videomeasure"
|
||||||
|
|
||||||
|
@ -431,6 +431,12 @@ else
|
|||||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-mxf
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-mxf
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX),y)
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-nuvdemux
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-nuvdemux
|
||||||
else
|
else
|
||||||
@ -539,6 +545,12 @@ else
|
|||||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-videofilters
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-videofilters
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE),y)
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-videomeasure
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-videomeasure
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user