mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
discoverer: remove \n from debug statement
This commit is contained in:
parent
9db720df67
commit
1e8827ed33
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ find_stream_for_node (GstDiscoverer * dc, const GstStructure * topology)
|
|||
GList *tmp;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue