diff options
author | Luis de Bethencourt <luis.bg@samsung.com> | 2015-02-25 16:02:39 +0000 |
---|---|---|
committer | Luis de Bethencourt <luis.bg@samsung.com> | 2015-02-25 16:02:39 +0000 |
commit | 5f027ae4539b4f642071cc665259d2b06731f13d (patch) | |
tree | 442e1cacaafdc9f921aabf658f9b6cefcf19e87f | |
parent | 62de2e762131177995d312177344a666c663d0ac (diff) |
gstutils: remove obsolete Fixme comment
gst_pad_link_filtered() is very long gone and current
gst_element_link_pads_filtered() doesn't apply to this Fixme comment.
-rw-r--r-- | gst/gstutils.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gst/gstutils.c b/gst/gstutils.c index f09a5ae8b..abc7b5ded 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -924,11 +924,6 @@ gst_element_request_compatible_pad (GstElement * element, static gboolean gst_pad_check_link (GstPad * srcpad, GstPad * sinkpad) { - /* FIXME This function is gross. It's almost a direct copy of - * gst_pad_link_filtered(). Any decent programmer would attempt - * to merge the two functions, which I will do some day. --ds - */ - /* generic checks */ g_return_val_if_fail (GST_IS_PAD (srcpad), FALSE); g_return_val_if_fail (GST_IS_PAD (sinkpad), FALSE); |