gst/gstobject.h: Don't define xmlNodePtr to gpointer if the core was built with
authorPeter Kjellerstedt <pkj@axis.com>
Tue, 17 Oct 2006 11:57:32 +0000 (11:57 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 17 Oct 2006 11:57:32 +0000 (11:57 +0000)
commit2a19cd8c49e94da192568ac15591f6dff60c43b3
treebe009bb0e5b99f7ea8e21b1d207257c0013d4061
parentc64c4fd000265c1af931a905af874d46ff5a7f94
gst/gstobject.h: Don't define xmlNodePtr to gpointer if the core was built with

Original commit message from CVS:
Patch by: Peter Kjellerstedt <pkj at axis com>
* gst/gstobject.h:
Don't define xmlNodePtr to gpointer if the core was built with
--disable-loadsave and --disable-registry, this will break
applications that want to use libxml2 but are buildling against a
core that doesn't use libxml2. Use an intermediary type GstXmlNodePtr
instead so we don't have to mess with the libxml2 namespace
(#361675).
ChangeLog
gst/gstobject.h