[MOVED FROM GST-P-FARSIGHT] Release ref at the end of chain

20080704200454-3e2dc-386f2685882a74d01ce503f91396ea37506dbe83.gz
This commit is contained in:
Olivier Crete 2008-07-04 20:04:54 +00:00 committed by Edward Hervey
parent ba15441117
commit 84a188ff73

View file

@ -234,6 +234,8 @@ gst_siren_enc_chain (GstPad *pad, GstBuffer *buf)
ret = gst_pad_push (enc->srcpad, encoded);
gst_object_unref (enc);
return ret;
}