gstreamer/tests/examples/meson.build
Víctor Manuel Jáquez Leal 962ebebe06 tests: examples: add va-x11-render example
This a GTK+ example will share, through GstContext, a custom X11
VADisplay to a pipeline using vah264dec and appsink.

When the frames are processed for rendering, the VASurfaceID is
fetched from the buffer and it is rendered using vaPutSurface in a X11
widget.
2020-08-03 19:33:01 +02:00

24 lines
475 B
Meson

subdir('audiomixmatrix')
subdir('avsamplesink')
subdir('camerabin2')
subdir('codecparsers')
subdir('d3d11videosink')
subdir('directfb')
subdir('ipcpipeline')
subdir('mpegts')
subdir('msdk')
subdir('mxf')
subdir('nvcodec')
subdir('opencv', if_found: opencv_dep)
subdir('uvch264')
subdir('va')
subdir('waylandsink')
subdir('webrtc')
executable('playout',
'playout.c',
install: true,
dependencies : [gstbase_dep, gstvideo_dep],
c_args : ['-DGST_USE_UNSTABLE_API', ],
)