discoverer: Fix debug statement.
Fixes build on macosx
This commit is contained in:
parent
4e781d6fe3
commit
f2d522670e
@ -760,10 +760,10 @@ parse_stream_topology (GstDiscoverer * dc, const GstStructure * topology,
|
|||||||
GstCaps *caps;
|
GstCaps *caps;
|
||||||
const GstStructure *st;
|
const GstStructure *st;
|
||||||
|
|
||||||
GST_DEBUG ("next is a structure %" GST_PTR_FORMAT);
|
|
||||||
|
|
||||||
st = gst_value_get_structure (nval);
|
st = gst_value_get_structure (nval);
|
||||||
|
|
||||||
|
GST_DEBUG ("next is a structure %" GST_PTR_FORMAT, st);
|
||||||
|
|
||||||
if (!parent)
|
if (!parent)
|
||||||
parent = res;
|
parent = res;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user