[Bug 764176] expose pad_link_maybe_ghosting

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 6 13:33:38 UTC 2016


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

Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.9.1

--- Comment #6 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
commit e8c8c27ae81519af7942d34ed65a390baf27328e
Author: Matthew Waters <matthew at centricular.com>
Date:   Mon Apr 4 10:28:18 2016 +0000

    utils: check the correct element's state on ghosting pads

    Checking the current element's state when we're adding pads to
    the parent element is checking the wrong thing.

    Silences a 'attempting to add an inactive pad to a running element'
    warning when adding a ghost pad to a running parent bin of the parent
    bin of the element.

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

commit f87630663856e15ef6d6e93b40a1f01f56aaa718
Author: Matthew Waters <matthew at centricular.com>
Date:   Fri Mar 25 01:28:18 2016 +0000

    utils: expose pad_link_maybe_ghosting

    This is a useful function to automatically add ghost pads when linking
    two elements across bin boundaries without know their exact parentage.

    e.g. when using gst_parse_bin_from_description (with or without it ghosting
pads),
    one can simply retreive the src/sink pads from the bin to link to another
pad.

    Similar functionality is provided by gst_element_link_pads{_full}() however
only
    by pad name rather than by actual pads.

    API: gst_pad_link_maybe_ghosting_full

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

-- 
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