summaryrefslogtreecommitdiff
path: root/package/gstreamer1/gst1-plugins-bad/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/gstreamer1/gst1-plugins-bad/Config.in')
-rw-r--r--package/gstreamer1/gst1-plugins-bad/Config.in24
1 files changed, 21 insertions, 3 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
index a7788439b..a28243b8f 100644
--- a/package/gstreamer1/gst1-plugins-bad/Config.in
+++ b/package/gstreamer1/gst1-plugins-bad/Config.in
@@ -219,6 +219,12 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS
help
Collection of elements that may or may not be useful for debugging
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DTLS
+ bool "dtls"
+ select BR2_PACKAGE_OPENSSL
+ help
+ DTLS plugin
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBOVERLAY
bool "dvdsuboverlay"
help
@@ -347,6 +353,9 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MXF
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX
bool "nuvdemux"
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ONVIF
+ bool "onvif"
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_PATCHDETECT
bool "patchdetect"
@@ -365,14 +374,14 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RAWPARSE
help
Parses byte streams into raw frames
-config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL
- bool "real"
-
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REMOVESILENCE
bool "removesilence"
help
Removes silence from an audio stream
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP
+ bool "rtp"
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDI
bool "sdi"
@@ -574,6 +583,10 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV
comment "opencv plugin needs OpenCV-2.4"
depends on !BR2_PACKAGE_OPENCV
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENH264
+ bool "openh264"
+ select BR2_PACKAGE_LIBOPENH264
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPUS
bool "opus"
select BR2_PACKAGE_OPUS
@@ -620,4 +633,9 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HLS
help
Fragmented streaming plugins
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265
+ bool "x265"
+ help
+ x265 plugin
+
endif