mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
discoverer: Fix debug statement.
Fixes build on macosx
This commit is contained in:
parent
4e781d6fe3
commit
f2d522670e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue