mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
c4cb51c63d
New video capture implementation using WinRT Media APIs for UWP app. Due to the strict permission policy of UWP, device enumeration and open should be done via new WinRT APIs and to get permission from users, it will invoke permission dialog on UI. Strictly saying, this implementation is not a part of MediaFoundation but structurally it's very similar to MediaFoundation API. So we can avoid some code duplication by adding this implementation into MediaFoundation plugin. This implementation requires UniversalApiContract version >= 6.0 which is part of Windows 10 version 1803 (Redstone 4) Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1241> |
||
---|---|---|
.. | ||
AsyncOperations.h | ||
gstmfcaptureengine.cpp | ||
gstmfcaptureengine.h | ||
gstmfcapturewinrt.cpp | ||
gstmfcapturewinrt.h | ||
gstmfdevice.c | ||
gstmfdevice.h | ||
gstmfh264enc.cpp | ||
gstmfh264enc.h | ||
gstmfh265enc.cpp | ||
gstmfh265enc.h | ||
gstmfsourceobject.c | ||
gstmfsourceobject.h | ||
gstmfsourcereader.cpp | ||
gstmfsourcereader.h | ||
gstmftransform.cpp | ||
gstmftransform.h | ||
gstmfutils.cpp | ||
gstmfutils.h | ||
gstmfvideoenc.cpp | ||
gstmfvideoenc.h | ||
gstmfvideosrc.c | ||
gstmfvideosrc.h | ||
gststrmif.h | ||
mediacapturewrapper.cpp | ||
mediacapturewrapper.h | ||
meson.build | ||
plugin.c |