mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
Merge branch 'master' into 0.11
This commit is contained in:
commit
48e47ad702
1 changed files with 1 additions and 1 deletions
|
@ -1120,7 +1120,7 @@ gst_spectrum_transform_ip (GstBaseTransform * trans, GstBuffer * buffer)
|
||||||
spectrum->message_ts +=
|
spectrum->message_ts +=
|
||||||
gst_util_uint64_scale (spectrum->num_frames, GST_SECOND, rate);
|
gst_util_uint64_scale (spectrum->num_frames, GST_SECOND, rate);
|
||||||
|
|
||||||
for (c = 0; c < channels; c++) {
|
for (c = 0; c < output_channels; c++) {
|
||||||
cd = &spectrum->channel_data[c];
|
cd = &spectrum->channel_data[c];
|
||||||
gst_spectrum_reset_message_data (spectrum, cd);
|
gst_spectrum_reset_message_data (spectrum, cd);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue