xml: keep dummy gst_xml_get_type() function for g-i even if rest of GstXML is removed
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 26 Jun 2010 08:59:31 +0000 (09:59 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 26 Jun 2010 09:35:38 +0000 (10:35 +0100)
commit00697e8529a1fa900d81a9bcc83f1625c2e5620e
tree65c686407b8c7cc6994dc35e1a544c742b720b20
parent71f3a6f0f7a347d2d2a92d33c189c6cba12c4577
xml: keep dummy gst_xml_get_type() function for g-i even if rest of GstXML is removed

Add a minimal gst_xml_get_type() function, so that gobject-introspection doesn't
break the compilation if we're compiling with GST_REMOVE_DEPRECATED defined or
--disable-loadsave having been passed to configure. Until someone figures out
a better way at least.
gst/gstxml.c