diff options
Diffstat (limited to 'package/multimedia/gst-plugins-good/Config.in')
-rw-r--r-- | package/multimedia/gst-plugins-good/Config.in | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in index b96f15d97..fdb6646ae 100644 --- a/package/multimedia/gst-plugins-good/Config.in +++ b/package/multimedia/gst-plugins-good/Config.in @@ -61,8 +61,11 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AVI config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_CUTTER bool "cutter" -config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEBUG - bool "debug" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEBUGUTILS + bool "debugutils" + +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEINTERLACE + bool "deinterlace" config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EFFECTV bool "effectv" @@ -70,6 +73,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EFFECTV config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EQUALIZER bool "equalizer" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLV + bool "flv" + config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX bool "id3demux (*.mp3 audio)" @@ -115,6 +121,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_REPLAYGAIN config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTP bool "rtp" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTPMANAGER + bool "rtpmanager" + config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTSP bool "rtsp" @@ -143,6 +152,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVPARSE bool "wavparse (*.wav audio)" default y +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_Y4M + bool "y4m" + comment "plugins with external dependencies" config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ANNODEX |