discoverer: remove \n from debug statement
This commit is contained in:
parent
9db720df67
commit
1e8827ed33
@ -945,7 +945,7 @@ find_stream_for_node (GstDiscoverer * dc, const GstStructure * topology)
|
|||||||
GList *tmp;
|
GList *tmp;
|
||||||
|
|
||||||
if (!gst_structure_id_has_field (topology, _TOPOLOGY_PAD_QUARK)) {
|
if (!gst_structure_id_has_field (topology, _TOPOLOGY_PAD_QUARK)) {
|
||||||
GST_DEBUG ("Could not find pad for node %" GST_PTR_FORMAT "\n", topology);
|
GST_DEBUG ("Could not find pad for node %" GST_PTR_FORMAT, topology);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user