audiofxbasefirfilter: Buffers no longer have caps

This commit is contained in:
Edward Hervey 2011-06-07 11:22:35 +02:00
parent 7505654cf7
commit 8c83978d56

View file

@ -667,8 +667,6 @@ gst_audio_fx_base_fir_filter_push_residue (GstAudioFXBaseFIRFilter * self)
}
outbuf = gst_buffer_new_and_alloc (outsize);
gst_buffer_set_caps (outbuf,
GST_PAD_CAPS (GST_BASE_TRANSFORM_CAST (self)->srcpad));
/* Convolve the residue with zeros to get the actual remaining data */
in = g_new0 (guint8, outsize);