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:
David Schleef 2003-11-22 04:04:29 +00:00
parent 26136b62ea
commit 54537fdb26

View file

@ -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;