Olivier Crête
April 19, 2017
Reading time:
With GStreamer 1.12's first release candidate out for testing and the final release expected soon, I thought it would be a good time to provide a brief preview of some of the (many) new features, bugfixes and improvements that will be arriving with this release. Of course, keep an eye out for the official release notes as they'll provide considerably more information around these changes.
As usual, this latest stable release will come loaded with new features, notably support for the EGL extension used by the i.MX6 Vivante proprietary driver, support for waylandsink DMABuf importation (which means you can get zerocopy media display under Wayland) and support for the Fraunhofer FDK AAC encoder and decoder. However, one of the higlights will undoubtedly be the addition of support for Intel's Media SDK*, the cross-platform API to access Intel's hardware accelerated video encoder and decoder functions on Windows and Embedded Linux.
Along with a large cleanup of OpenCV elements, more controls and voice activity information for webrtcdsp, and more support for 10bits and 12bits pixel formats, one of the key new features is videoconvert now supporting the multi-threaded scaling and conversion, a big plus for real-time software manipulation of 4K and 8K streams.
Python programmers will rejoice as more features are natively accessible, in particular, GstCaps describing format can now be fully programmatically modified, thanks to new handwritten overrides.
On the build and dependencies side of things, one noticeable improvement will be the change in plugin filenames to match their plugin name. This is in preparation for a new plugin interface coming in 1.14, which will allow developers to build static and dynamic plugins simultaneously. Support for full Meson has also greatly progressed, and pretty much everything will now be able to be built, with most unit tests having been integrated.
In terms of contributors, while the full list will be available with the 1.12 release notes, one highlight worth mentioning is the first ever contribution by GoPro developers, which will bring CineForm support to GStreamer.
Stay tuned for the final release of GStreamer 1.12, which should arrive in the next few weeks!
*Note: Intel recently made their Media SDK Open Source, inviting developers to contribute enhancements to make faster, more efficient video/image processing. You can read more about it here. We congratulate Intel for this milestone and look forward to seeing it ported to recent versions of the Linux kernel and other relevant drivers.
08/10/2024
Having multiple developers work on pre-merge testing distributes the process and ensures that every contribution is rigorously tested before…
15/08/2024
After rigorous debugging, a new unit testing framework was added to the backend compiler for NVK. This is a walkthrough of the steps taken…
01/08/2024
We're reflecting on the steps taken as we continually seek to improve Linux kernel integration. This will include more detail about the…
27/06/2024
With each board running a mainline-first Linux software stack and tested in a CI loop with the LAVA test framework, the Farm showcased Collabora's…
26/06/2024
WirePlumber 0.5 arrived recently with many new and essential features including the Smart Filter Policy, enabling audio filters to automatically…
12/06/2024
Part 3 of the cmtp-responder series with a focus on USB gadgets explores several new elements including a unified build environment with…
Comments (6)
Tim:
Apr 20, 2017 at 07:39 AM
Full release notes are here for what it's worth:
https://gstreamer.freedesktop.org/releases/1.12/
Reply to this comment
Reply to this comment
John:
May 15, 2017 at 10:48 AM
Just checked, and the official Windows installer version of GStreamer 1.12 does not come with any of the Intel Media SDK plugins.
Reply to this comment
Reply to this comment
Mark Filion:
May 15, 2017 at 01:36 PM
Hi John - Thanks for reading! Unfortunately, support for Intel Media SDK is currently available for Linux only. Keep an eye on GStreamer.com to know when support will be added for Windows.
Reply to this comment
Reply to this comment
John:
May 16, 2017 at 11:58 AM
Thank you for the reply. I got the impression that Intel Media was already supported under Windows since the 1.12 release notes specifically says.
- new msdk plugin for Intel's Media SDK for hardware-accelerated video encoding and decoding on Intel graphics hardware on Windows or Linux.
Reply to this comment
Reply to this comment
Olivier Crête:
May 18, 2017 at 06:15 PM
Sadly, the Intel Media SDK requires building using Microsoft Visual Studio, but the GStreamer sdk is built using msys and mingw64. Although building with MSVC is not officially supported by the GStreamer project, here are some instructions on how to do it http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html
Reply to this comment
Reply to this comment
Ishmael Sameen:
Jun 12, 2017 at 05:29 AM
You could check this out, but development is still ongoing.
https://github.com/ishmael1985/gstreamer-media-SDK/tree/mfxsink_wip_windows
Reply to this comment
Reply to this comment
Add a Comment