[gst-cvs] gst-plugins-base: discoverer: Fix debug statement.

Edward Hervey bilboed at kemper.freedesktop.org
Mon Sep 20 07:45:58 PDT 2010


Module: gst-plugins-base
Branch: master
Commit: f2d522670e65507c83bd19eb58cce905fb6894ca
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=f2d522670e65507c83bd19eb58cce905fb6894ca

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Mon Sep 20 16:45:32 2010 +0200

discoverer: Fix debug statement.

Fixes build on macosx

---

 gst-libs/gst/pbutils/gstdiscoverer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c
index 867fa65..dcd07f2 100644
--- a/gst-libs/gst/pbutils/gstdiscoverer.c
+++ b/gst-libs/gst/pbutils/gstdiscoverer.c
@@ -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;
 





More information about the Gstreamer-commits mailing list