gstreamer/tests/examples/meson.build
Nirbheek Chauhan befa41cdf6 rtspsrc: Implement ONVIF backchannel support
Set backchannel=onvif to enable, and use the 'push-backchannel-sample'
action signal with the correct stream id.
2018-02-16 11:06:27 +02:00

16 lines
244 B
Meson

subdir('audiofx')
subdir('cairo')
#FIXME: subdir('gtk')
subdir('level')
#FIXME: subdir('qt')
subdir('rtp')
subdir('rtsp')
subdir('shapewipe')
subdir('v4l2')
if gtk_dep.found()
subdir('equalizer')
subdir('jack')
subdir('spectrum')
endif