discoverer: Fix debug statement.

Fixes build on macosx
This commit is contained in:
Edward Hervey 2010-09-20 16:45:32 +02:00
parent 4e781d6fe3
commit f2d522670e

View 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;