GNOME Bugzilla – Bug 581281
[GstURIHandler] Doesn't use get_type_full() at all
Last modified: 2009-05-07 13:12:42 UTC
Hi, the attached patch makes GstURIHandler use get_type_full() if implemented instead of get_type(). Before get_type_full() was never used at all.
Created attachment 133912 [details] [review] gsturi-type-full.diff
I'll push this right after the freeze, committed locally already :) commit 951fd899cf7e35833ebaa663ec1fa411c40383b4 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu May 7 09:28:15 2009 +0200 GstURIHandler: Use get_type_full() vmethod if specified instead of get_type( This fixes bug #581281 and makes it easier for bindings to implement GstURIHandlers. get_protocols_full() was already used like this.