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
@ -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…
x
Reference in New Issue
Block a user