mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
eaeab383bb
This patch introduces the bootstrap code from the AVTP plugin (plugin definition and init) as well as the build system files. Upcoming patches will introduce payloaders, source and sink elements provided by the AVTP plugin. These elements can be utilized by a GStreamer pipeline to implement TSN audio/video applications. Regarding the plugin build system files, both autotools and meson files are introduced. The AVTP plugin is landed in ext/ since it has an external dependency on libavtp, an opensource AVTP packetization library. For further information about libavtp check [1]. [1] https://github.com/AVnu/libavtp
66 lines
1.1 KiB
Meson
66 lines
1.1 KiB
Meson
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('gsm')
|
|
subdir('hls')
|
|
subdir('iqa')
|
|
subdir('kate')
|
|
subdir('ladspa')
|
|
subdir('libde265')
|
|
subdir('libmms')
|
|
subdir('lv2')
|
|
subdir('modplug')
|
|
subdir('mpeg2enc')
|
|
subdir('mplex')
|
|
subdir('musepack')
|
|
subdir('neon')
|
|
subdir('ofa')
|
|
subdir('openal')
|
|
subdir('opencv')
|
|
subdir('openexr')
|
|
subdir('openh264')
|
|
subdir('openjpeg')
|
|
subdir('openmpt')
|
|
subdir('openni2')
|
|
subdir('opus')
|
|
subdir('resindvd')
|
|
subdir('rsvg')
|
|
subdir('rtmp')
|
|
subdir('sbc')
|
|
subdir('sctp')
|
|
subdir('smoothstreaming')
|
|
subdir('sndfile')
|
|
subdir('soundtouch')
|
|
subdir('spandsp')
|
|
subdir('srt')
|
|
subdir('srtp')
|
|
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('zbar')
|