[Bug 745042] New: Add gst_bin_sync_children_states()

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 23 10:37:00 PST 2015


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

            Bug ID: 745042
           Summary: Add gst_bin_sync_children_states()
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vivia at ahiru.eu
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 297701
  --> https://bugzilla.gnome.org/attachment.cgi?id=297701&action=edit
0001-utils-Add-gst_bin_sync_children_states.patch

gst_bin_sync_children_states() will iterate over all the elements of a bin and
sync their states with the state of the bin. This is useful when adding many
elements to a bin and would otherwise have to call
gst_element_sync_state_with_parent() on each and every one of them.

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