[Bug 756738] gst_registry_plugin_filter() and gst_registry_feature_filter() callbacks can't use any API using the registry

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Oct 17 14:59:29 PDT 2015


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

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Right, there is more overhead. Not sure if these functions are ever performance
critical, I'm tempted to say not, but of course it's always annoying to add
more overhead.

Another possibility would be to make the existing filter functions use an
iterator internally, but this would mean keeping track of items checked, which
may well be more overhead than the list copy/free in many cases.

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