GNOME Bugzilla – Bug 773095
element: bin: add flag to skip uniqueness checking
Last modified: 2018-11-03 12:37:25 UTC
If a bin/element is sure that its children has unique name then skipping the uniqness check may be a significant optimization if there is a lot of children.
Created attachment 337843 [details] [review] element: bin: add flag to skip uniqueness checking
Review of attachment 337843 [details] [review]: I wonder if we shouldn't have a gst_bin_add_full() like gst_pad_link_full() instead of putting the flag on the elements?
Comment on attachment 337843 [details] [review] element: bin: add flag to skip uniqueness checking Yes, make this an add_full() (also new vfuncs)
-- 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/198.