mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
fa13715d58
commit
a316ba39ef
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue