The GStreamer team is pleased to announce another bug-fix release for the new API and ABI-stable 1.x series of the GStreamer multimedia framework.
Check out the release notes for GStreamer core, gst-plugins-base, gst-plugins-good, gst-plugins-ugly, gst-plugins-bad, or gst-libav, or download tarballs for gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-ugly, gst-plugins-bad, or gst-libav,
Improvements include:
- better support for static plugins
- streamsynchronizer is now a public element, useful in HLS pipelines for example
- osxaudio plugin ported to 1.0
- androidmedia plugin is ported to 1.0
- internal libav snapshot in gst-libav has been updated to libav 0.8.6
- Now uses frame based threading if possible and disables slice based threading until libav 0.9.x is used (as is the case in git master already) This provides potentially better performance and fixes some display corruptions caused by bugs in the slice based threading
- a number of bug fixes