this is what triggered olive's bug.

Original commit message from CVS:
this is what triggered olive's bug.
guess this needs an event update ?
This commit is contained in:
Thomas Vander Stichele 2002-09-12 16:13:08 +00:00
parent fa13715d58
commit a316ba39ef

View file

@ -308,7 +308,8 @@ volume_chain_int16 (GstPad *pad, GstBuffer *buf)
out_buf = gst_buffer_copy_on_write (buf);
data = (gint16 *)GST_BUFFER_DATA(out_buf);
data = (gint16 *) GST_BUFFER_DATA (out_buf);
g_assert (data);
num_samples = GST_BUFFER_SIZE(out_buf)/sizeof(gint16);
GST_DPMAN_PREPROCESS(filter->dpman, num_samples, GST_BUFFER_TIMESTAMP(out_buf));
i = 0;