mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
7e18fc1b1f
This is based on gtksink, but similar to waylandsink uses Wayland APIs directly instead of rendering with Gtk/Cairo primitives. Note that the long term plan is to move this into the existing extension in `-good`, which requires the Wayland library to move the as well. For this reason several files like `gstgtkutils.*` and `gtkgstbasewidget.*` are straight copies and should be kept in sync. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1515>
27 lines
534 B
Meson
27 lines
534 B
Meson
subdir('audiomixmatrix')
|
|
subdir('avsamplesink')
|
|
subdir('camerabin2')
|
|
subdir('codecparsers')
|
|
subdir('d3d11')
|
|
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('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', ],
|
|
)
|