sbc: audio: Fix a leak in sbcdec

This commit is contained in:
Arun Raghavan 2012-10-12 18:53:16 +05:30 committed by Tim-Philipp Müller
parent dace80cc41
commit c6f6cc736f

View file

@ -107,6 +107,7 @@ sbc_dec_chain (GstPad * pad, GstBuffer * buffer)
gst_pad_template_get_caps (template));
gst_caps_unref (caps);
gst_object_unref (template);
}
gst_buffer_set_caps (output, dec->outcaps);