mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +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:
|
||||
GST_CAT_DEBUG (GST_CAT_CAPS, "caps are %scompatible",
|
||||
(compatible ? "" : "not"));
|
||||
(compatible ? "" : "not "));
|
||||
|
||||
return compatible;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue