summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-22 04:04:29 +0000
committerDavid Schleef <ds@schleef.org>2003-11-22 04:04:29 +0000
commit54537fdb264ef0a52a2a0dccd4722163afec097a (patch)
treee23415858bbfee327d92d93ba7f5d0dc3fe766fe
parent26136b62ea303576ecf3d06d81aa2dd4e9b81c89 (diff)
downloadgstreamer-plugins-bad-54537fdb264ef0a52a2a0dccd4722163afec097a.tar.gz
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
-rw-r--r--ext/hermes/gstcolorspace.c5
1 files changed, 0 insertions, 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;