Config.in 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. menuconfig BR2_PACKAGE_GST_PLUGINS_BAD
  2. bool "gst-plugins-bad"
  3. depends on BR2_PACKAGE_GSTREAMER
  4. select BR2_PACKAGE_GST_PLUGINS_BASE
  5. help
  6. A set of plug-ins for GStreamer that may be of poor quality or
  7. lacking some features.
  8. http://gstreamer.freedesktop.org/
  9. if BR2_PACKAGE_GST_PLUGINS_BAD
  10. comment "dependency-less plugins"
  11. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AACPARSE
  12. bool "aacparse"
  13. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AIFFPARSE
  14. bool "aiffparse"
  15. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AMRPARSE
  16. bool "amrparse"
  17. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT
  18. bool "autoconvert"
  19. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CAMERABIN
  20. bool "camerabin"
  21. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LEGACYRESAMPLE
  22. bool "legacyresample"
  23. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BAYER
  24. bool "bayer"
  25. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDXAPARSE
  26. bool "cdxaparse"
  27. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DCCP
  28. bool "dccp"
  29. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DEBUGUTILS
  30. bool "debugutils"
  31. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DTMF
  32. bool "dtmf"
  33. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDSPU
  34. bool "dvdspu"
  35. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FESTIVAL
  36. bool "festival"
  37. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREEZE
  38. bool "freeze"
  39. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_H264PARSE
  40. bool "h264parse"
  41. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIBRFB
  42. bool "librfb"
  43. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIVEADDER
  44. bool "liveadder"
  45. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGDEMUX
  46. bool "mpegdemux"
  47. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGTSMUX
  48. bool "mpegtsmux"
  49. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEG4VIDEOPARSE
  50. bool "mpeg4videoparse"
  51. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGVIDEOPARSE
  52. bool "mpegvideoparse"
  53. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MVE
  54. bool "mve"
  55. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MXF
  56. bool "mxf"
  57. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NSF
  58. bool "nsf"
  59. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NUVDEMUX
  60. bool "nuvdemux"
  61. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_PCAPPARSE
  62. bool "pcapparse"
  63. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_QTMUX
  64. bool "qtmux"
  65. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RAWPARSE
  66. bool "rawparse"
  67. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_REAL
  68. bool "real"
  69. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RTPMANAGER
  70. bool "rtpmanager"
  71. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RTPMUX
  72. bool "rtpmux"
  73. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SCALETEMPO
  74. bool "scaletempo"
  75. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDP
  76. bool "sdp"
  77. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SELECTOR
  78. bool "selector"
  79. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SIREN
  80. bool "siren"
  81. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SPEED
  82. bool "speed"
  83. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SUBENC
  84. bool "subenc"
  85. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_STEREO
  86. bool "stereo"
  87. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TTA
  88. bool "tta"
  89. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VALVE
  90. bool "valve"
  91. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VIDEOSIGNAL
  92. bool "videosignal"
  93. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VMNC
  94. bool "vmnc"
  95. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_XDGMIME
  96. bool "xdgmime"
  97. comment "plugins with external dependencies (there may be more available)"
  98. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DIRECTFB
  99. bool "directfb"
  100. select BR2_PACKAGE_DIRECTFB
  101. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVB
  102. bool "dvb"
  103. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FBDEV
  104. bool "fbdev"
  105. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NEON
  106. bool "neon"
  107. select BR2_PACKAGE_NEON
  108. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OSS4
  109. bool "oss4"
  110. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL
  111. bool "sdl"
  112. select BR2_PACKAGE_SDL
  113. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD
  114. bool "vcd"
  115. endif