[Bug 578933] Need generic "deep-element-added" signal and/or playbin "element-setup" signal

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Aug 15 11:29:32 PDT 2015


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

--- Comment #15 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
playbin "element-setup" is not enough for what people have been using
FsElementAddedNotifier for, we need it also for encodebin, farstream, etc.
Basically, anything that does some kind of auto-plugging. The current
implementation is not amazing and we could do something much better inside
GstBin. Maybe have GstBin call an internal function on the parent GstBin to
emit the "deep-element-added" signal? With a helper function that hooks the
signal and calls the callback on all current elements, so it can be easily done
race-free, which is a big feature of FsElementAddedNotifier

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