GStreamer
open source multimedia framework
Home
Features
News
Annual Conference
Planet (Blogs)
Download
Applications
Security Center
GitLab
Developers
Documentation
Mailing Lists
Forum
File a Bug
Artwork
@gstreamer on Twitter
@gstreamer on Mastodon
#gstreamer on Matrix

Release notes for GStreamer 1.1.1

The GStreamer team is proud to announce a new bug-fix release in the 1.x stable series of the core of the GStreamer streaming media framework.

The 1.x series is a stable series targeted at end users. It is not API or ABI compatible with the stable 0.10.x series. It is, however, parallel installable with the 0.10.x series and will not affect an existing 0.10.x installation.

The 1.x series has been reworked for more flexible memory handling, improved caps negotiation and re-negotiation, better handling of dynamic pipelines, and increased performance in general. It also features countless other feature additions and enhancements.

This module, gstreamer, only contains core functionality. For actual media playback, you will need other modules.

gst-plugins-base
contains a basic set of well-supported plugins
gst-plugins-good
contains a set of well-supported plugins under our preferred license
gst-plugins-ugly
contains a set of well-supported plugins, but might pose problems for distributors
gst-plugins-bad
contains a set of less supported plugins that haven't passed the rigorous quality testing we expect, or are still missing documentation and/or unit tests
gst-libav
contains a set of codecs plugins based on libav (formerly gst-ffmpeg)

Features of this release

    Bugs fixed in this release

    • 571832 : [API] add gst_plugin_feature_get_plugin_name()
    • 613081 : info: make GST_PTR_FORMAT etc. work on win32, OSX and non-glibc systems
    • 638749 : (Duration) queries on a source-only bin are currently not supported
    • 679152 : add gst_debug_set_threshold_from_string function ()
    • 679315 : g-i: avoid multiple libraries in the shared-library tag
    • 683012 : check: add GstTestClock for use in unit testing
    • 685555 : collectpads unit test fails
    • 685650 : GStreamer should not set the locale
    • 687523 : gst-launch: use GST_TIME_FORMAT to report execution time
    • 687899 : queue event handling broken with unlinked queue and sticky events
    • 688130 : Compilation error when debugging disabled
    • 688785 : Provide single include headers
    • 688824 : queue: Dropping sticky events on flush without resending them later
    • 689043 : gstreamer-1.0.pc declares public dependency on libgthread
    • 690515 : tools: bash tab-completion for gst-launch pipelines
    • 690557 : Corrected the control of whether a SingleQueue is full or not
    • 690908 : adapter: wrong return value on gst_adapter_masked_scan_*
    • 690936 : [basesink] Lateness check should be done before ::prepare()
    • 691370 : caps intersection is broken for channel-layout / bitmasks
    • 691475 : [API] baseparse: need vfunc to intercept queries
    • 691828 : GstABI and LibsABI checks fail on ARM
    • 692612 : tests: use g_timeout_add_seconds where possible
    • 692784 : typefind element pushes caps event before stream_start
    • 692809 : gstbitreader-docs.h : Align the comments correctly with the API declaration
    • 693314 : gst_element_send_event on GstBin without sink/src element but with sink/src ghostpads
    • 693481 : gst-launch: Use signalfd() to handle keyboard interruption
    • 694717 : gst_memory_share: assertion `!GST_MEMORY_FLAG_IS_SET (mem, GST_MEMORY_FLAG_NO_SHARE)' failed in flacparse unit test
    • 695035 : Recent GstMemory changes cause leaks all over the place
    • 695599 : tests: test_read_macros doesn't pass on ARM / raspberry pi
    • 695937 : gst-uninstalled script should add gst-editing-services typelib path to GI_TYPELIB_PATH
    • 696911 : GstSegment adds lot of warning noise
    • 697058 : " git-update.sh " script is missing some modules.
    • 697093 : gst-uninstalled script should add orc/orc-test/.libs paths
    • 697549 : clock: Make use of HAVE_CLOCK_GETTIME
    • 697550 : clock: Winpthreads compatibility
    • 697551 : libsabi: W32-compatible ABI tests
    • 697608 : netclientclock: gst_net_client_clock_start() always fails on windows
    • 697609 : tests: skip GstPoll tests on windows as they are broken
    • 697610 : gstpad test fails due to unclean buffers list
    • 697872 : plugin: fix name expansion in GST_PLUGIN_DEFINE() macro
    • 697970 : info: glibc " %n in writable segment detected " with new printf implementation
    • 697990 : pluginfeature: Fix the GstPluginFeature name comparison.
    • 698209 : READMEs all claim to be part of 0.10 or 0.9 releases
    • 698242 : printf: abort() in custom printf with old printf extension specifiers
    • 699767 : typefind: send stream-start after caps
    • 699827 : controller: Fix the function signature and a minor typo fix
    • 699937 : pad: Event mis-orderng caused by " 418dcd72 pad: Remove SEGMENT sticky events when flushing "
    • 699968 : capsfilter: Send caps after segment if source has no caps
    • 700806 : pad: Sticky events are dropped before stored on a pad and nothing is resending them
    • 701177 : scripts: improve git-update.sh status message
    • 701323 : input-selector: crash when requesting " active " property of pad with no selector
    • 701632 : gstvalue: Add _append_and_take_value() public variants
    • 701633 : gstbuffer: Use internal function for buffer_new_wrapped

    Download

    You can find source releases of gstreamer in the gstreamer download directory.

    The git repository and details how to clone it can be found at git.freedesktop.org .

    Homepage

    The project's website is https://gstreamer.freedesktop.org.

    Support and Bugs

    We use GNOME's bugzilla for bug reports and feature requests.

    Please submit patches via bugzilla as well.

    For help and support, please subscribe to and send questions to the gstreamer-devel mailing list (see below for details).

    Find us on IRC at #gstreamer.

    Developers

    Git is hosted on git.freedesktop.org. You can browse the gstreamer repository.

    All code is in Git and can be checked out from there.

    Interested developers of the core library, plugins, and applications should subscribe to the gstreamer-devel list.

    Contributors to this release

    • Alessandro Decina
    • Alexander Schrab
    • Andre Moreira Magalhaes (andrunko)
    • Andrzej Bieniek
    • Arnaud Vrac
    • B.Prathibha
    • Branko Subasic
    • Brendan Long
    • Christian Fredrik Kalager Schaller
    • Daniel Díaz
    • David Rothlisberger
    • David Schleef
    • Douglas Bagnall
    • Edward Hervey
    • Evan Nemerson
    • Gert Michael Kulyk
    • Gwenole Beauchesne
    • Jan Schmidt
    • Jonas Holmberg
    • Jose Antonio Santos Cadenas
    • Josep Torra
    • Krzysztof Konopko
    • Luis de Bethencourt
    • Mark Nauwelaerts
    • Matthew Waters
    • Nate Bogdanowicz
    • Nicolas Dufresne
    • Niv Sardi
    • Olivier Crête
    • Philippe Normand
    • Sebastian Dröge
    • Sebastian Rasmussen
    • Simon Feltman
    • Sreerenj Balachandran
    • Stefan Sauer
    • Thiago Santos
    • Thibault Saunier
    • Thijs Vermeir
    • Tim 'mithro' Ansell
    • Tim-Philipp Müller
    • Vincent Penquerc'h
    • Wim Taymans
    • italarab@gmail.com
    • Руслан Ижбулатов

    Report a problem on this page.