###############################################################################
comment "Legacy options removed in 2015.11"
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL
+ bool "gst1-plugins-bad real plugin has been removed"
+ select BR2_LEGACY
+ help
+ The real plugin from GStreamer 1 bad plugins has been
+ removed.
+
config BR2_PACKAGE_MEDIA_CTL
bool "media-ctl package has been removed"
select BR2_LEGACY
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
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"
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"
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
help
Fragmented streaming plugins
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265
+ bool "x265"
+ help
+ x265 plugin
+
endif
--disable-directsound \
--disable-wsapi \
--disable-direct3d \
- --disable-directdraw \
--disable-direct3d9 \
--disable-winks \
--disable-android_media \
--disable-apple_media \
- --disable-osx_video \
--disable-sdltest \
--disable-wininet \
--disable-acm
# Options which require currently unpackaged libraries
GST1_PLUGINS_BAD_CONF_OPTS += \
--disable-avc \
- --disable-quicktime \
--disable-opensles \
--disable-uvch264 \
--disable-voamrwbenc \
+ --disable-bs2b \
--disable-chromaprint \
--disable-dash \
--disable-dc1394 \
--disable-kate \
--disable-ladspa \
--disable-lv2 \
+ --disable-libde265 \
--disable-strp \
--disable-linsys \
--disable-modplug \
--disable-mimic \
--disable-mplex \
- --disable-mythtv \
--disable-nas \
--disable-ofa \
--disable-openal \
--disable-spandsp \
--disable-gsettings \
--disable-sndio \
- --disable-hls
+ --disable-hls \
+ --disable-gtk3 \
+ --disable-qt
GST1_PLUGINS_BAD_DEPENDENCIES = gst1-plugins-base gstreamer1
GST1_PLUGINS_BAD_CONF_OPTS += --disable-debugutils
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DTLS),y)
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-dtls
+GST1_PLUGINS_BAD_DEPENDENCIES += openssl
+else
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-dtls
+endif
+
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBOVERLAY),y)
GST1_PLUGINS_BAD_CONF_OPTS += --enable-dvbsuboverlay
else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-nuvdemux
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ONVIF),y)
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-onvif
+else
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-onvif
+endif
+
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_PATCHDETECT),y)
GST1_PLUGINS_BAD_CONF_OPTS += --enable-patchdetect
else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-rawparse
endif
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL),y)
-GST1_PLUGINS_BAD_CONF_OPTS += --enable-real
-else
-GST1_PLUGINS_BAD_CONF_OPTS += --disable-real
-endif
-
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REMOVESILENCE),y)
GST1_PLUGINS_BAD_CONF_OPTS += --enable-removesilence
else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-removesilence
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP),y)
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-rtp
+else
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-rtp
+endif
+
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDI),y)
GST1_PLUGINS_BAD_CONF_OPTS += --enable-sdi
else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-hls
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265),y)
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-x265
+else
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-x265
+endif
+
# Add GPL license if GPL licensed plugins enabled.
ifeq ($(GST1_PLUGINS_BAD_HAS_GPL_LICENSE),y)
GST1_PLUGINS_BAD_LICENSE += GPL