From 54537fdb264ef0a52a2a0dccd4722163afec097a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 22 Nov 2003 04:04:29 +0000 Subject: 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 --- ext/hermes/gstcolorspace.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/hermes/gstcolorspace.c b/ext/hermes/gstcolorspace.c index a99c6350c..de1bd88f7 100644 --- a/ext/hermes/gstcolorspace.c +++ b/ext/hermes/gstcolorspace.c @@ -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; -- cgit v1.2.1