Fix gapi2xml.pl to accept nested namespaces
authorMaarten Bosmans <mkbosmans@gmail.com>
Fri, 5 Jun 2009 19:09:40 +0000 (21:09 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 5 Jun 2009 19:09:40 +0000 (21:09 +0200)
commit20b3829c0a9f3dfbf70c007bce2cbdb96558b37a
tree5a86ea275ab92c82da4f9cef10c5a8cc5a8ebe9d
parent8fc8aa8806d2e9d5274a895746b66b9c80b09c85
Fix gapi2xml.pl to accept nested namespaces

The perl script should accept nested namespaces, like N1.N2, for outputting
xml.  Making a Global class for static methods didn't work for functions like
n1_n2_function.  Another change is that N1 is stripped from the cname for the
element name.

Partially fixes bug #584744.
gstreamer-sharp/Gstreamer.metadata
gstreamer-sharp/gstreamer-api.raw
parser/gapi2xml.pl