diff options
Diffstat (limited to 'ext/hermes')
-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; |