diff options
author | David Schleef <ds@schleef.org> | 2003-11-22 04:04:29 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-22 04:04:29 +0000 |
commit | 54537fdb264ef0a52a2a0dccd4722163afec097a (patch) | |
tree | e23415858bbfee327d92d93ba7f5d0dc3fe766fe /ext | |
parent | 26136b62ea303576ecf3d06d81aa2dd4e9b81c89 (diff) | |
download | gst-plugins-bad-54537fdb264ef0a52a2a0dccd4722163afec097a.tar.gz gst-plugins-bad-54537fdb264ef0a52a2a0dccd4722163afec097a.tar.bz2 gst-plugins-bad-54537fdb264ef0a52a2a0dccd4722163afec097a.zip |
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
Diffstat (limited to 'ext')
-rw-r--r-- | ext/hermes/gstcolorspace.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/hermes/gstcolorspace.c b/ext/hermes/gstcolorspace.c index a99c6350..de1bd88f 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; |