[gstreamer-bugs] [Bug 339279] [gst.URIHandler] interfaces with class-global virtual methods

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Oct 9 14:18:28 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=339279

  GStreamer | gst-python | Ver: HEAD CVS

Alessandro Decina changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alessandro at nnva.org




------- Comment #14 from Alessandro Decina  2007-10-09 21:18 UTC -------
In the core patch, the precedence is given to iface->get_type, if it's missing
iface->get_type_full is used. The same goes for get_protocols. This is just a
trivial implementation that came to my mind, maybe we should do something
different.

To make iface->get_protocols_full wrappable from python, the function must
return a new gchar**, as we have to create one from python. This would be a
little odd if we decide to make get_protocols_full public API.

IMO we should add get_type_full and get_protocols_full but leave them private.
I don't think they would add much value to the current C API.

Of course the patches are not meant to be committed like this, I just want
input.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=339279.




More information about the Gstreamer-bugs mailing list