[gstreamer-bugs] [Bug 421480] New: Make it possible to build without libxml2 with --disable-loadsave and --enable-binary-registry

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Mar 22 06:41:55 PDT 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=421480

  GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: Make it possible to build without libxml2 with --
                    disable-loadsave and --enable-binary-registry
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: pkj at axis.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
Even if one uses --disable-loadsave and --enable-binary-registry one still
needs to have libxml2 for GStreamer to build.  The attached patches solves
this.

Some extra comments about the patches:

gstreamer.patch:
* Removes all references to GST_DISABLE_LOADSAVE_REGISTRY.  Instead
GST_USING_XML is used where XML support is required.
* gst/gstobject.[ch] checks GST_DISABLE_LOADSAVE rather than
GST_DISABLE_LOADSAVE_REGISTRY since those functions have nothing to do with the
registry AFAIK.
* Also fixes an incorrect reference to $GST_GST_DISABLE_DEBUG in configure.ac.

gst-plugins-base.patch:
* tests/check/elements/playbin.c checks GST_DISABLE_REGISTRY rather than
GST_DISABLE_LOADSAVE_REGISTRY since it has no dependencies on the load/save
functionality AFAIK.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list