pad: Add missing space in debug output

This commit is contained in:
Sebastian Dröge 2014-04-15 21:16:06 +02:00
parent 917a033d04
commit dabb959747

View file

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