[gstreamer-bugs] [Bug 385841] implement gst.TypeFindFactory.get_extensions

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Feb 10 05:41:52 PST 2007


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


René Stadler changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78530|0                           |1
        is obsolete|                            |




------- Comment #7 from René Stadler  2007-02-10 13:40 UTC -------
Created an attachment (id=82277)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=82277&action=view)
Add codegen support for GStrv return type

Looks like GStrv is the correct type to use actually.

Updated list of changes:

        * gst/arg-types.py: (StringArrayArg, StringArrayArg.write_return):
        Add support for GStrv return type (which occurs in the C API as
        gchar**).
        * gst/gst.defs:
        Change return type from gchar** to GStrv for
        GstElementFactory.get_uri_protocols, GstTypeFindFactory.get_extensions
        and GstURIHandler.get_protocols method definitions.
        * gst/gst.override: (_wrap_gst_uri_handler_get_protocols):
        Remove the now unneeded override for gst_uri_handler_get_protocols.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list