gstinfo: don't use printf extensions if GLib isn't using the system printf
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 4 Jan 2011 00:48:15 +0000 (00:48 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 4 Jan 2011 00:55:47 +0000 (00:55 +0000)
Might help with https://bugzilla.gnome.org/show_bug.cgi?id=638599

gst/gstconfig.h.in

index e23ea03..4138b18 100644 (file)
  *
  * (not official API)
  */
-#ifdef GST_DISABLE_PRINTF_EXTENSION
+/* If GLib is not using the system printf, we can't use the registered
+ * extensions because the GLib-internal printf won't know how to parse them */
+#if defined(GST_DISABLE_PRINTF_EXTENSION) || !defined(GLIB_USING_SYSTEM_PRINTF)
   #undef GST_PTR_FORMAT
   #define GST_PTR_FORMAT "p"
   #undef GST_SEGMENT_FORMAT