mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 01:51:22 +00:00
e0915ce982
The VA acceleration now has more usages in linux-like platforms, such as the MSDK. The different plugins based on the VA acceleration need to share some common logic and types. We now move the display related functions and types into a common va lib. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2196>
21 lines
372 B
Meson
21 lines
372 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('play')
|
|
subdir('player')
|
|
subdir('sctp')
|
|
subdir('transcoder')
|
|
subdir('vulkan')
|
|
subdir('wayland')
|
|
subdir('webrtc')
|
|
subdir('va')
|