summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-04-15 21:16:06 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-04-15 21:16:06 +0200
commitdabb959747e61750aee9ec9c5adb53ff296ac96f (patch)
treee9bfc09f0a242acdb7ad0acdaf62fc04f635628a
parent917a033d04c47abad2a4efd730df75728c971f27 (diff)
pad: Add missing space in debug output
-rw-r--r--gst/gstpad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpad.c b/gst/gstpad.c
index 9636e00ff9..b9d613ec5e 100644
--- a/gst/gstpad.c
+++ b/gst/gstpad.c
@@ -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;
}