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.
This commit is contained in:
parent
5f027ae453
commit
4245658d28
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user