gstreamer/tests/examples/meson.build
Philippe Normand f4bc5c6c65 wpe: Implement audio support
The wpesrc bin now exposes "sometimes" audio src pads, one for every PCM audio
stream created by WPEWebKit.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2252>
2021-05-19 13:41:15 +00:00

25 lines
489 B
Meson

subdir('audiomixmatrix')
subdir('avsamplesink')
subdir('camerabin2')
subdir('codecparsers')
subdir('d3d11videosink')
subdir('directfb')
subdir('ipcpipeline')
subdir('mpegts')
subdir('msdk')
subdir('mxf')
subdir('nvcodec')
subdir('opencv', if_found: opencv_dep)
subdir('uvch264')
subdir('va')
subdir('waylandsink')
subdir('webrtc')
subdir('wpe')
executable('playout',
'playout.c',
install: true,
dependencies : [gstbase_dep, gstvideo_dep],
c_args : ['-DGST_USE_UNSTABLE_API', ],
)