[Bug 772741] bin: Add a new GST_BIN_FLAG_STREAMS_AWARE flag

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 12 13:06:32 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=772741

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Edward Hervey <bilboed at bilboed.com> ---
commit 0ab950f501ef1cb6ee1a786aaf473261ae3fed58
Author: Edward Hervey <edward at centricular.com>
Date:   Tue Oct 11 12:12:57 2016 +0200

    bin: Add a new GST_BIN_FLAG_STREAMS_AWARE flag

    This flag is to indicate to child elements that they can add and
    remove pads at any point in time without re-adding existing ones.

    Elements should post before-hand a GST_MESSAGE_STREAM_COLLECTION

    https://bugzilla.gnome.org/show_bug.cgi?id=772741

commit acc3a9d242b61dc992a8b8e2acb81f9b7654a414
Author: Edward Hervey <edward at centricular.com>
Date:   Tue Oct 11 12:36:00 2016 +0200

    playback: decodebin3 and parsebin are streams-aware

    Elements within can add/remove pads at anytime without complying
    with the fallback system.

    https://bugzilla.gnome.org/show_bug.cgi?id=772741

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list