discoverer: remove \n from debug statement

This commit is contained in:
Wim Taymans 2012-08-13 11:27:26 +02:00
parent 9db720df67
commit 1e8827ed33

View file

@ -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;
}