From dabb959747e61750aee9ec9c5adb53ff296ac96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 15 Apr 2014 21:16:06 +0200 Subject: [PATCH] pad: Add missing space in debug output --- gst/gstpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }