mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +00:00
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.
This commit is contained in:
parent
62de2e7621
commit
5f027ae453
1 changed files with 0 additions and 5 deletions
|
@ -924,11 +924,6 @@ gst_element_request_compatible_pad (GstElement * element,
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_pad_check_link (GstPad * srcpad, GstPad * sinkpad)
|
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 */
|
/* generic checks */
|
||||||
g_return_val_if_fail (GST_IS_PAD (srcpad), FALSE);
|
g_return_val_if_fail (GST_IS_PAD (srcpad), FALSE);
|
||||||
g_return_val_if_fail (GST_IS_PAD (sinkpad), FALSE);
|
g_return_val_if_fail (GST_IS_PAD (sinkpad), FALSE);
|
||||||
|
|
Loading…
Reference in a new issue