gstreamer/subprojects/gst-plugins-bad/tests/examples/mediafoundation/meson.build
Seungha Yang 5762dfb15d mfvideoencoder: Handle dynamic property update
Re-init MFT on property update to apply new encoding options

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2037>
2022-05-28 23:12:53 +09:00

10 lines
298 B
Meson

if host_system != 'windows'
subdir_done()
endif
executable('mfvideoenc-dynamic-reconfigure',
['mfvideoenc-dynamic-reconfigure.c', '../key-handler.c'],
include_directories : [configinc],
dependencies: [gst_dep, gstbase_dep, gstvideo_dep],
c_args : gst_plugins_bad_args,
install: false)