gstreamer/subprojects/gst-plugins-bad/tests/examples/meson.build
Seungha Yang 6fb0c7b928 examples: cuda: Add CUDA memory synchronization example
Add an example code for external CUDA context sharing and
gst_cuda_memory_sync()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6864>
2024-06-06 11:27:26 +00:00

31 lines
601 B
Meson

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