gst1-plugins-bad: add sbc support
[buildroot-gz.git] / package / gstreamer1 / gst1-plugins-bad / Config.in
blob046c2aabd216b7443df37451c779dbd65253024b
1 menuconfig BR2_PACKAGE_GST1_PLUGINS_BAD
2         bool "gst1-plugins-bad"
3         select BR2_PACKAGE_GST1_PLUGINS_BASE
4         help
5           A set of plug-ins for GStreamer that may be of poor quality or
6           lacking some features.
8           http://gstreamer.freedesktop.org/
10 if BR2_PACKAGE_GST1_PLUGINS_BAD
12 comment "libraries with external dependencies"
14 menuconfig BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL
15         bool "opengl"
16         depends on BR2_PACKAGE_HAS_LIBGL || BR2_PACKAGE_HAS_LIBGLES
18 if BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL
20 config BR2_PACKAGE_GST1_PLUGINS_BAD_HAS_LIB_OPENGL
21         def_bool BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_WINDOW
23 comment "The opengl library needs an API, a platform and a window system"
24         depends on !BR2_PACKAGE_GST1_PLUGINS_BAD_HAS_LIB_OPENGL
26 comment "APIs"
28 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_API
29         bool
31 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_OPENGL
32         bool "opengl"
33         default y
34         depends on BR2_PACKAGE_HAS_LIBGL
35         select BR2_PACKAGE_LIBGLU
36         select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_API
38 comment "opengl needs an OpenGL backend"
39         depends on !BR2_PACKAGE_HAS_LIBGL
41 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_GLES2
42         bool "gles2"
43         default y
44         depends on BR2_PACKAGE_HAS_LIBGLES
45         select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_API
47 comment "gles2 needs an OpenGL ES backend"
48         depends on !BR2_PACKAGE_HAS_LIBGLES
50 comment "Platforms"
52 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_PLATFORM
53         bool
55 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_GLX
56         bool "glx"
57         default y
58         depends on BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_OPENGL
59         depends on BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR # mesa needs big X
60         depends on !BR2_PACKAGE_RPI_USERLAND # x11
61         select BR2_PACKAGE_XLIB_LIBXRENDER
62         select BR2_PACKAGE_XPROTO_GLPROTO
63         select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_X11
64         select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_PLATFORM
65         help
66           OpenGL Extension to the X Window System
68 comment "glx not supported with rpi-userland"
69         depends on BR2_PACKAGE_RPI_USERLAND
71 comment "glx needs the opengl API and modular X.org"
72         depends on !BR2_PACKAGE_RPI_USERLAND && \
73                 (!BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_OPENGL || \
74                 !BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR)
76 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL
77         bool "egl"
78         default y
79         depends on BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_API
80         depends on BR2_PACKAGE_HAS_LIBEGL
81         select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_PLATFORM
83 comment "egl needs an API and an EGL backend"
84         depends on !BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_API || \
85                 !BR2_PACKAGE_HAS_LIBEGL
87 comment "Window systems"
89 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_WINDOW
90         bool
92 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_X11
93         bool "x11"
94         default y
95         depends on BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_PLATFORM
96         depends on !BR2_PACKAGE_RPI_USERLAND
97         depends on BR2_PACKAGE_XORG7
98         select BR2_PACKAGE_XLIB_LIBX11
99         select BR2_PACKAGE_XLIB_LIBXEXT
100         select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_WINDOW
102 comment "x11 not supported with rpi-userland"
103         depends on BR2_PACKAGE_RPI_USERLAND
105 comment "x11 needs a platform and X.org"
106         depends on !BR2_PACKAGE_RPI_USERLAND && \
107                 (!BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_PLATFORM || \
108                 !BR2_PACKAGE_XORG7)
110 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_WAYLAND
111         bool "wayland"
112         default y
113         depends on BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL
114         depends on BR2_PACKAGE_WAYLAND
115         select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_WINDOW
117 comment "wayland needs the egl platform and the wayland package"
118         depends on !BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL || \
119                 !BR2_PACKAGE_WAYLAND
121 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_DISPMANX
122         bool "dispmanx"
123         default y
124         depends on BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL
125         depends on BR2_PACKAGE_RPI_USERLAND
126         select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_WINDOW
127         help
128           Raspberry Pi's Dispmanx windowing system
130 comment "dispmanx needs the egl platform and rpi-userland"
131         depends on !BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL || \
132                 !BR2_PACKAGE_RPI_USERLAND
134 endif
136 comment "opengl needs an OpenGL or OpenGL ES backend"
137         depends on !BR2_PACKAGE_HAS_LIBGL && !BR2_PACKAGE_HAS_LIBGLES
139 comment "dependency-less plugins"
141 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ACCURIP
142         bool "accurip"
143         help
144           Accurip plugin
146 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ADPCMDEC
147         bool "adpcmdec"
148         help
149           ADPCM decoder
151 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ADPCMENC
152         bool "adpcmenc"
153         help
154           ADPCM encoder
156 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AIFF
157         bool "aiff"
158         help
159           Create and parse Audio interchange File Format (AIFF) files
161 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASFMUX
162         bool "asfmux"
163         help
164           ASF Muxer Plugin
166 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOFXBAD
167         bool "audiofxbad"
168         help
169           Audio filters plugin
171 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOMIXER
172         bool "audiomixer"
173         help
174           Audio mixer plugin
176 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COMPOSITOR
177         bool "compositor"
178         help
179           Video compositor plugin
181 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOVISUALIZERS
182         bool "audiovisualizers"
183         help
184           Creates video visualizations of audio input
186 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUTOCONVERT
187         bool "autoconvert"
188         help
189           Selects convertor element based on caps
191 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BAYER
192         bool "bayer"
193         help
194           Elements to convert Bayer images
196 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CAMERABIN2
197         bool "camerabin2"
198         help
199           Take image snapshots and record movies from camera
201 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CDXAPARSE
202         bool "cdxaparse"
204 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COLOREFFECTS
205         bool "coloreffects"
206         help
207           Color Look-up Table filters
209 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DATAURISRC
210         bool "dataurisrc"
211         help
212           data: URI source
214 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DCCP
215         bool "dccp"
217 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS
218         bool "debugutils"
219         help
220           Collection of elements that may or may not be useful for debugging
222 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DTLS
223         bool "dtls"
224         select BR2_PACKAGE_OPENSSL
225         help
226           DTLS plugin
228 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBOVERLAY
229         bool "dvdsuboverlay"
230         help
231           DVB subtitle renderer plugin
233 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVDSPU
234         bool "dvdspu"
235         help
236           DVD Sub-picture Overlay element
238 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FACEOVERLAY
239         bool "faceoverlay"
241 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FESTIVAL
242         bool "festival"
243         help
244           Synthesizes plain text into audio
246 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FIELDANALYSIS
247         bool "fieldanalysis"
248         help
249           Video field analysis
251 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FREEVERB
252         bool "freeverb"
253         help
254           Reverberation/room effect
256 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FREI0R
257         bool "frei0r"
258         help
259           frei0r plugin library
261 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GAUDIEFFECTS
262         bool "gaudieffects"
263         help
264           Gaudi video effects
266 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GEOMETRICTRANSFORM
267         bool "geometrictransform"
268         help
269           Various geometric image transform elements
271 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GDP
272         bool "gdp"
273         help
274           Payload/depayload GDP packets
276 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HDVPARSE
277         bool "hdvparse"
279 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ID3TAG
280         bool "id3tag"
281         help
282           ID3 v1 and v2 muxing plugin
284 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_INTER
285         bool "inter"
286         help
287           plugin for inter-pipeline communication
289 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_INTERLACE
290         bool "interlace"
291         help
292           Create an interlaced video stream
294 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IVFPARSE
295         bool "ivfparse"
297 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IVTC
298         bool "ivtc"
299         help
300           Inverse Telecine plugin
302 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_JP2KDECIMATOR
303         bool "jp2kdecimator"
305 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_JPEGFORMAT
306         bool "jpegformat"
307         help
308           JPEG interchange format plugin
310 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBRFB
311         bool "librfb"
312         help
313           Connects to a VNC server and decodes RFB stream
315 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIVEADDER
316         bool "liveadder"
317         help
318           Adds multiple live discontinuous streams
320 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MIDI
321         bool "midi"
322         help
323           MIDI plugin
325 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGDEMUX
326         bool "mpegdemux"
327         help
328           MPEG-PS demuxer
330 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGTSDEMUX
331         bool "mpegtsdemux"
332         help
333           MPEG TS demuxer
335 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGTSMUX
336         bool "mpegtsmux"
337         help
338           MPEG-TS muxer
340 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGPSMUX
341         bool "mpegpsmux"
342         help
343           MPEG-PS muxer
345 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MVE
346         bool "mve"
348 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MXF
349         bool "mxf"
350         help
351           MXF plugin library
353 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NETSIM
354         bool "netsim"
356 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX
357         bool "nuvdemux"
359 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ONVIF
360         bool "onvif"
362 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_PATCHDETECT
363         bool "patchdetect"
365 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_PCAPPARSE
366         bool "pcapparse"
367         help
368           Element parsing raw pcap streams
370 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_PNM
371         bool "pnm"
372         help
373           PNM plugin
375 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RAWPARSE
376         bool "rawparse"
377         help
378           Parses byte streams into raw frames
380 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REMOVESILENCE
381         bool "removesilence"
382         help
383           Removes silence from an audio stream
385 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTMP
386         bool "rtmp"
387         select BR2_PACKAGE_RTMPDUMP
388         help
389           RTMP plugin
391 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDI
392         bool "sdi"
394 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDP
395         bool "sdp"
396         help
397           configure streaming sessions using SDP
399 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SEGMENTCLIP
400         bool "segmentclip"
401         help
402           Segment clip elements
404 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SIREN
405         bool "siren"
406         help
407           Siren encoder/decoder/payloader/depayloader plugins
409 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SMOOTH
410         bool "smooth"
411         help
412           Apply a smooth filter to an image
414 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SPEED
415         bool "speed"
416         help
417           Set speed/pitch on audio/raw streams (resampler)
419 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SUBENC
420         bool "subenc"
421         help
422           subtitle encoders
424 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_STEREO
425         bool "stereo"
427 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA
428         bool "tta"
430 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOFILTERS
431         bool "videofilters"
432         help
433           Video filters in gst-plugins-bad
435 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOFRAME_AUDIOLEVEL
436         bool "videoframe_audiolevel"
437         help
438           videoframe_audiolevel
440 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
441         bool "videomeasure"
443 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS
444         bool "videoparsers"
445         help
446           videoparsers
448 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOSIGNAL
449         bool "videosignal"
451 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VMNC
452         bool "vmnc"
454 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_Y4M
455         bool "y4m"
456         help
457           Demuxes/decodes YUV4MPEG streams
459 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_YADIF
460         bool "yadif"
461         help
462           YADIF deinterlacing filter
464 comment "plugins with external dependencies"
466 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK
467         bool "apexsink"
468         select BR2_PACKAGE_OPENSSL
470 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASSRENDER
471         bool "assrender"
472         select BR2_PACKAGE_LIBASS
474 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BZ2
475         bool "bz2"
476         select BR2_PACKAGE_BZIP2
477         help
478           Compress or decompress streams
480 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CURL
481         bool "curl"
482         select BR2_PACKAGE_LIBCURL
483         help
484           libcurl-based elements
486 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DASH
487         bool "dash"
488         select BR2_PACKAGE_LIBXML2
489         help
490           DASH demuxer plugin
492 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DECKLINK
493         depends on BR2_INSTALL_LIBSTDCPP
494         bool "decklink"
495         help
496           Blackmagic Decklink plugin
498 comment "decklink needs a toolchain w/ C++"
499         depends on !BR2_INSTALL_LIBSTDCPP
501 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DIRECTFB
502         bool "directfb"
503         depends on BR2_PACKAGE_DIRECTFB
504         default y
506 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVB
507         bool "dvb"
508         select BR2_PACKAGE_DTV_SCAN_TABLES
509         # FEC_2_5 / QAM_4_NR definitions
510         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
511         help
512           DVB elements
514 comment "dvb needs a toolchain w/ headers >= 3.7"
515         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
517 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FAAD
518         bool "faad"
519         select BR2_PACKAGE_FAAD2
520         help
521           Free AAC Decoder (FAAD)
523 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FBDEV
524         bool "fbdev"
525         help
526           Linux framebuffer video sink
528 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL
529         bool "gl"
530         default y
531         depends on BR2_PACKAGE_GST1_PLUGINS_BAD_HAS_LIB_OPENGL
533 comment "gl needs the gst1-plugins-bad opengl library"
534         depends on !BR2_PACKAGE_GST1_PLUGINS_BAD_HAS_LIB_OPENGL
536 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HLS
537         bool "hls"
538         select BR2_PACKAGE_GNUTLS
539         help
540           Fragmented streaming plugins
542 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBMMS
543         bool "libmms"
544         depends on BR2_USE_WCHAR # libmms -> libglib2
545         depends on BR2_TOOLCHAIN_HAS_THREADS # libmms -> libglib2
546         select BR2_PACKAGE_LIBMMS
547         help
548           Microsoft Multi Media Server streaming protocol support
550 comment "libmms needs a toolchain w/ wchar, threads"
551         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
553 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEG2ENC
554         bool "mpeg2enc"
555         select BR2_PACKAGE_LIBMPEG2
556         help
557           High-quality MPEG-1/2 video encoder
559 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MUSEPACK
560         bool "musepack"
561         select BR2_PACKAGE_MUSEPACK
563 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NEON
564         bool "neon"
565         select BR2_PACKAGE_NEON
566         help
567           lib neon http client src
569 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENAL
570         bool "openal"
571         depends on BR2_INSTALL_LIBSTDCPP
572         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
573         depends on BR2_PAKCAGE_OPENAL_ARCH_SUPPORTS
574         select BR2_PACKAGE_OPENAL
576 comment "openal plugin needs a toolchain w/ NPTL, C++"
577         depends on BR2_PAKCAGE_OPENAL_ARCH_SUPPORTS
578         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
579                 || !BR2_INSTALL_LIBSTDCPP
581 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV
582         bool "opencv"
583         depends on BR2_PACKAGE_OPENCV
584         # Remove the following opencv modules when gstreamer fixes the
585         # problem of including the old "cv.h" header
586         # bug: https://bugzilla.gnome.org/show_bug.cgi?id=725163
587         select BR2_PACKAGE_OPENCV_LIB_CALIB3D
588         select BR2_PACKAGE_OPENCV_LIB_CONTRIB
589         select BR2_PACKAGE_OPENCV_LIB_FEATURES2D
590         select BR2_PACKAGE_OPENCV_LIB_FLANN
591         select BR2_PACKAGE_OPENCV_LIB_IMGPROC
592         select BR2_PACKAGE_OPENCV_LIB_LEGACY
593         select BR2_PACKAGE_OPENCV_LIB_ML
594         select BR2_PACKAGE_OPENCV_LIB_OBJDETECT
595         select BR2_PACKAGE_OPENCV_LIB_VIDEO
596         help
597           GStreamer OpenCV Plugins
599 comment "opencv plugin needs OpenCV-2.4"
600         depends on !BR2_PACKAGE_OPENCV
602 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENH264
603         bool "openh264"
604         depends on BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS
605         depends on BR2_INSTALL_LIBSTDCPP # libopenh264
606         depends on !BR2_STATIC_LIBS # libopenh264
607         depends on BR2_TOOLCHAIN_HAS_THREADS # libopenh264
608         select BR2_PACKAGE_LIBOPENH264
609         help
610           OpenH264 based encoding/decoding plugin
612 comment "openh264 plugin needs a toolchain w/ C++, dynamic library, threads"
613         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
614                 BR2_STATIC_LIBS
615         depends on BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS
617 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENJPEG
618         bool "openjpeg"
619         select BR2_PACKAGE_OPENJPEG
620         help
621           GStreamer OpenJPEG plugin
623 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPUS
624         bool "opus"
625         select BR2_PACKAGE_OPUS
626         help
627           OPUS plugin library
629 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RSVG
630         bool "rsvg"
631         depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango
632         depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz
633         select BR2_PACKAGE_LIBRSVG
634         help
635           RSVG plugin library
637 comment "rsvg plugin needs a toolchain w/ C++"
638         depends on !BR2_INSTALL_LIBSTDCPP
639         depends on BR2_TOOLCHAIN_HAS_SYNC_4
641 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SBC
642         bool "sbc"
643         select BR2_PACKAGE_SBC
645 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDL
646         bool "sdl"
647         select BR2_PACKAGE_SDL
649 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SHM
650         bool "shm"
651         help
652           shared memory sink source
654 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SNDFILE
655         bool "sndfile"
656         select BR2_PACKAGE_LIBSNDFILE
658 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD
659         bool "vcd"
661 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC
662         bool "voaacenc"
663         select BR2_PACKAGE_VO_AACENC
665 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND
666         bool "wayland"
667         depends on BR2_PACKAGE_WAYLAND
668         default y
669         help
670           Wayland Video Sink
672 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBP
673         bool "webp"
674         select BR2_PACKAGE_WEBP
675         help
676           Webp image format plugin
678 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265
679         bool "x265"
680         depends on BR2_INSTALL_LIBSTDCPP
681         depends on !BR2_STATIC_LIBS
682         depends on BR2_TOOLCHAIN_HAS_SYNC_4 # x265
683         select BR2_PACKAGE_X265
684         help
685           x265 encoding plugin
687 comment "x265 needs a toolchain w/ C++, dynamic library"
688         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
690 endif