gstreamer/subprojects/gst-plugins-bad/ext/meson.build
George Kiagiadakis 7e18fc1b1f Add new gtkwaylandsink element
This is based on gtksink, but similar to waylandsink uses Wayland APIs
directly instead of rendering with Gtk/Cairo primitives.

Note that the long term plan is to move this into the existing extension
in `-good`, which requires the Wayland library to move the as well.

For this reason several files like `gstgtkutils.*` and `gtkgstbasewidget.*`
are straight copies and should be kept in sync.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1515>
2022-08-02 16:34:13 +00:00

76 lines
1.2 KiB
Meson

subdir('aes')
subdir('assrender')
subdir('aom')
subdir('avtp')
subdir('bs2b')
subdir('bz2')
subdir('chromaprint')
subdir('closedcaption')
subdir('colormanagement')
subdir('curl')
subdir('dash')
subdir('dc1394')
subdir('directfb')
subdir('dtls')
subdir('dts')
subdir('faac')
subdir('faad')
subdir('fdkaac')
subdir('flite')
subdir('fluidsynth')
subdir('gme')
subdir('gs')
subdir('gsm')
subdir('gtk')
subdir('hls')
subdir('iqa')
subdir('isac')
subdir('kate')
subdir('ladspa')
subdir('ldac')
subdir('libde265')
subdir('lv2')
subdir('mdns')
subdir('modplug')
subdir('mpeg2enc')
subdir('mplex')
subdir('musepack')
subdir('neon')
subdir('onnx')
subdir('openal')
subdir('openaptx')
subdir('opencv')
subdir('openexr')
subdir('openh264')
subdir('openjpeg')
subdir('openmpt')
subdir('openni2')
subdir('opus')
subdir('qroverlay')
subdir('resindvd')
subdir('rsvg')
subdir('rtmp')
subdir('sbc')
subdir('sctp')
subdir('smoothstreaming')
subdir('sndfile')
subdir('soundtouch')
subdir('spandsp')
subdir('srt')
subdir('srtp')
subdir('svthevcenc')
subdir('teletextdec')
subdir('ttml')
subdir('voaacenc')
subdir('voamrwbenc')
subdir('vulkan')
subdir('wayland')
subdir('webrtc')
subdir('webrtcdsp')
subdir('webp')
subdir('wildmidi')
subdir('wpe')
subdir('x265')
subdir('zxing')
subdir('zbar')