gstreamer/subprojects/gst-plugins-bad/tests/examples/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

27 lines
520 B
Meson

subdir('audiomixmatrix')
subdir('avsamplesink')
subdir('camerabin2')
subdir('codecparsers')
subdir('d3d11')
subdir('directfb')
subdir('ipcpipeline')
subdir('mediafoundation')
subdir('mpegts')
subdir('msdk')
subdir('mxf')
subdir('nvcodec')
subdir('opencv', if_found: opencv_dep)
subdir('qsv')
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', ],
)