GstURIHandler: Use get_type_full() vmethod if specified instead of get_type()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 7 May 2009 07:28:15 +0000 (09:28 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 May 2009 07:02:44 +0000 (09:02 +0200)
commitc003165b7624d5c72517211d6fac2896f2b6676f
tree9e60bef7ec69d23b21abc83eb8f373f5deea7181
parent45a515054c10a8314f1a8d3cbc2ab6185aba4a19
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.
gst/gsturi.c