[Bug 731301] Make sure GstAggregator's API is bindings friendly

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 21 14:16:29 UTC 2017


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

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #3 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
The hard part is that we can only add annotations on vfuncs if there is a
matching regular function on the class, by using the (invoker ..) annotation.

As for the gst_aggregator_iterate_sinkpads() function, it's only a wrapper
around GstIterator that makes sure the function is called once. I wonder if we
could replace it with a GstIterator filter instead of having a new API. So I
think bindings can safely skip it.

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