mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
pad: Add missing space in debug output
This commit is contained in:
parent
917a033d04
commit
dabb959747
1 changed files with 1 additions and 1 deletions
|
@ -2089,7 +2089,7 @@ gst_pad_link_check_compatible_unlocked (GstPad * src, GstPad * sink,
|
||||||
|
|
||||||
done:
|
done:
|
||||||
GST_CAT_DEBUG (GST_CAT_CAPS, "caps are %scompatible",
|
GST_CAT_DEBUG (GST_CAT_CAPS, "caps are %scompatible",
|
||||||
(compatible ? "" : "not"));
|
(compatible ? "" : "not "));
|
||||||
|
|
||||||
return compatible;
|
return compatible;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue