Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
6a8194e1
Commit
6a8194e1
authored
Aug 26, 2015
by
Stefan Sauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
level: fix level calculations for mutliple channels
This was broken with
7b90bf32
.
parent
cac239ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst/level/gstlevel.c
gst/level/gstlevel.c
+1
-1
No files found.
gst/level/gstlevel.c
View file @
6a8194e1
...
...
@@ -701,7 +701,7 @@ gst_level_transform_ip (GstBaseTransform * trans, GstBuffer * in)
filter
->
decay_peak_age
[
i
]
=
G_GINT64_CONSTANT
(
0
);
}
}
in_data
+=
block_size
*
bps
;
in_data
+=
block_size
*
bps
*
channels
;
filter
->
num_frames
+=
block_size
;
num_frames
-=
block_size
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment