mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 09:29:42 +00:00
08cb5b482d
Adding a helper library for various WinRT specific implementations. Currently this library supports only DeviceWatcher abstraction object which can be used for dynamic device add/remove detection. See also https://docs.microsoft.com/en-us/uwp/api/windows.devices.enumeration.devicewatcher?view=winrt-20348 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/947>
22 lines
388 B
Meson
22 lines
388 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('va')
|
|
subdir('vulkan')
|
|
subdir('wayland')
|
|
subdir('webrtc')
|
|
subdir('winrt')
|