GNOME Bugzilla – Bug 795535
Please add gst_element_sync_state_with_parent_many()
Last modified: 2018-11-03 12:45:47 UTC
When new elements of pipeline are created and added to bin, code has to call gst_element_sync_state_with_parent() for every new element. GStreamer has functions like gst_bin_add_many() which allows to perform the same operation on set of elements. Please also add gst_element_sync_state_with_parent_many(), which would allow to sync multiple elements at once.
Do you want to provide a patch for this?
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/286.