From 4245658d28ffb5e2e6fce2d21eab2d94ba1f0b86 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Wed, 25 Feb 2015 16:11:06 +0000 Subject: [PATCH] gstutils: remove incorrect Fixme comment If the checks were changed to using g_return_if_fail() the GST_DEBUG lines about the specific failure would be lost. --- gst/gstutils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index abc7b5d..54b2d80 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -931,7 +931,6 @@ gst_pad_check_link (GstPad * srcpad, GstPad * sinkpad) GST_CAT_INFO (GST_CAT_PADS, "trying to link %s:%s and %s:%s", GST_DEBUG_PAD_NAME (srcpad), GST_DEBUG_PAD_NAME (sinkpad)); - /* FIXME: shouldn't we convert this to g_return_val_if_fail? */ if (GST_PAD_PEER (srcpad) != NULL) { GST_CAT_INFO (GST_CAT_PADS, "Source pad %s:%s has a peer, failed", GST_DEBUG_PAD_NAME (srcpad)); -- 2.7.4