mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
befa41cdf6
Set backchannel=onvif to enable, and use the 'push-backchannel-sample' action signal with the correct stream id.
5 lines
157 B
Meson
5 lines
157 B
Meson
executable('onvif-test', 'onvif-test.c',
|
|
dependencies: [gst_dep],
|
|
c_args : gst_plugins_good_args,
|
|
include_directories : [configinc],
|
|
install: false)
|