mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
removed a check that was too restrictive. any errors that are not caught here will be caught at runtime.
Original commit message from CVS: removed a check that was too restrictive. any errors that are not caught here will be caught at runtime.
This commit is contained in:
parent
a43702feb0
commit
d4176eac72
1 changed files with 0 additions and 3 deletions
|
@ -624,9 +624,6 @@ gst_pad_connect_filtered (GstPad *srcpad, GstPad *sinkpad, GstCaps *filtercaps)
|
||||||
g_warning ("connecting pads with different scheds requires exactly one decoupled element (queue)\n");
|
g_warning ("connecting pads with different scheds requires exactly one decoupled element (queue)\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
} else if (realsrc->sched || realsink->sched) {
|
|
||||||
g_warning ("you can't connect to a non-managed element");
|
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* check for reversed directions and swap if necessary */
|
/* check for reversed directions and swap if necessary */
|
||||||
|
|
Loading…
Reference in a new issue