[gstreamer-bugs] [Bug 638987] [0.11] GstIterator needs a registered type
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jan 8 06:49:46 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=638987
GStreamer | gstreamer (core) | git
--- Comment #6 from Johan (not reading bugmail) Dahlin <johan at gnome.org> 2011-01-08 14:49:43 UTC ---
To make filter/fold/foreach/find_custom language binding friendly the API would
have to change considerably. Something similar to GAsyncResultSet would be
needed, python pseudo code:
def find_cb(result):
element = result.get_object()
# do something with element
bin.iterate_sorted().foreach(find_cb)
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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