mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
0f7af4b143
Move d3d11 device, memory, buffer pool and minimal method to gst-libs so that other plugins can access d3d11 resource. Since Direct3D is primary graphics API on Windows, we need this infrastructure for various plugins can share GPU resource without downloading GPU memory. Note that this implementation is public only for -bad scope for now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/464>
19 lines
344 B
Meson
19 lines
344 B
Meson
subdir('uridownloader')
|
|
|
|
subdir('adaptivedemux')
|
|
subdir('audio')
|
|
subdir('basecamerabinsrc')
|
|
subdir('codecparsers')
|
|
subdir('codecs')
|
|
subdir('d3d11')
|
|
subdir('insertbin')
|
|
subdir('interfaces')
|
|
subdir('isoff')
|
|
subdir('mpegts')
|
|
subdir('opencv')
|
|
subdir('player')
|
|
subdir('sctp')
|
|
subdir('transcoder')
|
|
subdir('vulkan')
|
|
subdir('wayland')
|
|
subdir('webrtc')
|