mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
output fix
Original commit message from CVS: output fix
This commit is contained in:
parent
254bafe88f
commit
b939ad941d
1 changed files with 2 additions and 2 deletions
|
@ -189,8 +189,8 @@ gst_cutter_chain (GstPad *pad, GstBuffer *buf)
|
|||
if (!filter->have_caps) gst_cutter_get_caps (pad, filter);
|
||||
|
||||
in_data = (gint16 *) GST_BUFFER_DATA (buf);
|
||||
g_print ("DEBUG: cutter: length of prerec buffer: %.3f sec\n",
|
||||
filter->pre_run_length);
|
||||
GST_DEBUG(GST_CAT_PLUGIN_INFO, "cutter: length of prerec buffer: %.3f sec\n",
|
||||
filter->pre_run_length);
|
||||
|
||||
/* calculate mean square value on buffer */
|
||||
switch (filter->width)
|
||||
|
|
Loading…
Reference in a new issue