The long-awaited GStreamer 1.18 has finally been released!
GStreamer 1.18 includes various exciting features especially new Windows plugins: Direct3D11, Media Foundation, UWP support, DXGI desktop capture and rewrite of the WASAPI audio plugin using Windows 10 APIs.
In this blog post, I’d like to briefly talk about the future work needed to optimize GStreamer support for Windows-specific features, with a focus on the Media Foundation plugin😊
GStreamer’s Media Foundation plugin was implemented to support various hardware using modern Windows APIs. …
The Microsoft Media Foundation plugin has finally landed as part of GStreamer 1.17!
Currently it supports the following features:
NOTE : Strictly speaking, the UWP video capture implementation is not part of the Media Foundation API. The internal implementation is based on the Windows.Media.Capture API.
Due to the structural similarity between Media Foundation and WinRT Media API however, it makes sense to include the UWP video capture implementation in this plugin.
Media Foundation is known as the successor of DirectShow.
As DirectShow does, Media Foundation provides various…
DXVA2 based hardware accelerated decoding is now supported on Windows, as of GStreamer 1.17.
This is a list of supported codecs for now
No special steps or dependencies are required to build this new element indeed.
The above listed new decoder elements are part of the d3d11 plugin in GStreamer. It doesn’t require any special build time dependencies and/or libraries as everything is already provided by the Windows SDK. Once it has been built, the only requirement is whether your hardware (i.e., GPU) is able to support hardware decoding or not.
NOTE…