mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Don't throw an error if we can't negotiate caps
Original commit message from CVS: Don't throw an error if we can't negotiate caps
This commit is contained in:
parent
26136b62ea
commit
54537fdb26
1 changed files with 0 additions and 5 deletions
|
@ -392,11 +392,6 @@ gst_colorspace_srcconnect_func (GstPad *pad, GstCaps *caps, gboolean newcaps)
|
|||
}
|
||||
gst_caps_unref (try_peercaps);
|
||||
|
||||
if (gst_pad_recover_caps_error (space->srcpad, NULL)) {
|
||||
res = GST_PAD_LINK_DONE;
|
||||
goto success;
|
||||
}
|
||||
|
||||
/* we disable ourself here */
|
||||
space->disabled = TRUE;
|
||||
goto done;
|
||||
|
|
Loading…
Reference in a new issue