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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 14 05:42:06 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

           Summary: Please implement gst.TypeFindFactory.get_extensions
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lalinsky at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Function gst_type_find_factory_get_extensions returns a list of strings as
gchar**, so this definition:

(define-method get_extensions
  (of-object "GstTypeFindFactory")
  (c-name "gst_type_find_factory_get_extensions")
  (return-type "gchar**")
)

doesn't work:

Could not write method GstTypeFindFactory.get_extensions: No ArgType for
'gchar**'

I guess it will need a simple C function to build a Python list out of it, but
I'm not familiar with the wrapper system pygst uses, so I can't implement it
myself.


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




More information about the Gstreamer-bugs mailing list