gst-plugins-base-0.10.32: GST_DISABLE_XML=1 doesn't work in gstsubparse.c

Tim-Philipp Müller t.i.m at zen.co.uk
Tue Aug 16 03:41:57 PDT 2011


On Tue, 2011-08-16 at 18:35 +0800, bcxa sz wrote:

> And in gstconfig.h, I didn't see these flags are set and all is
> commented like below.
> ====================================================================
> /* trick gtk-doc into believing these symbols are defined (yes, it's ugly) */
> #if 0
> #define GST_DISABLE_GST_DEBUG 1
> #define GST_DISABLE_LOADSAVE 1
> #define GST_DISABLE_PARSE 1
> #define GST_DISABLE_TRACE 1
> #define GST_DISABLE_ALLOC_TRACE 1
> #define GST_DISABLE_REGISTRY 1
> #define GST_DISABLE_PLUGIN 1
> #define GST_DISABLE_XML 1
> #define GST_DISABLE_LOADSAVE_REGISTRY 1
> #define GST_HAVE_GLIB_2_8 1
> #endif

Checked further down? there should be something like:

/**
 * GST_DISABLE_XML:
 *
 * Configures the use libxml2. This setting is derived from the settings
of
 * %GST_DISABLE_LOADSAVE and %GST_DISABLE_REGISTRY (in the xml registry
case).
 */
/* #undef GST_DISABLE_XML */


-Tim




More information about the gstreamer-devel mailing list