[gstreamer-bugs] [Bug 385841] Please implement gst.TypeFindFactory.get_extensions
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Dec 14 17:13:23 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=385841
GStreamer | gst-python | Ver: 0.10.x
------- Comment #1 from René Stadler 2006-12-15 01:11 UTC -------
Created an attachment (id=78406)
--> (http://bugzilla.gnome.org/attachment.cgi?id=78406&action=view)
Add codegen support for gchar** return type
With this patch, the code generator becomes capable of additionally binding
gst.ElementFactory.get_uri_protocols and gst.TypeFindFactory.get_extensions.
List of changes:
* gst/arg-types.py: (StringArrayArg, StringArrayArg.write_return):
Add support for gchar** return type.
* gst/gst.defs:
Comment out definition for get_protocols virtual method of
GstURIHandler
objects. The code generator now attempts to bind this method, which
breaks compilation since the C function takes no arguments.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list