textrender: Prevent double unref of caps if the caps can't be set on the srcpad

This commit is contained in:
Jindrich Makovicka 2011-05-26 10:42:46 +02:00 committed by Sebastian Dröge
parent 99188bce77
commit fe533c9995

View file

@ -498,7 +498,6 @@ gst_text_render_chain (GstPad * pad, GstBuffer * inbuf)
}
if (!gst_pad_set_caps (render->srcpad, caps)) {
gst_caps_unref (caps);
GST_ELEMENT_ERROR (render, CORE, NEGOTIATION, (NULL), (NULL));
ret = GST_FLOW_ERROR;
goto done;