discoverer: Fix debug statement.
authorEdward Hervey <bilboed@bilboed.com>
Mon, 20 Sep 2010 14:45:32 +0000 (16:45 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 20 Sep 2010 14:45:32 +0000 (16:45 +0200)
Fixes build on macosx

gst-libs/gst/pbutils/gstdiscoverer.c

index 867fa65..dcd07f2 100644 (file)
@@ -760,10 +760,10 @@ parse_stream_topology (GstDiscoverer * dc, const GstStructure * topology,
       GstCaps *caps;
       const GstStructure *st;
 
-      GST_DEBUG ("next is a structure %" GST_PTR_FORMAT);
-
       st = gst_value_get_structure (nval);
 
+      GST_DEBUG ("next is a structure %" GST_PTR_FORMAT, st);
+
       if (!parent)
         parent = res;