mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
volume 1.0 by default
Original commit message from CVS: volume 1.0 by default
This commit is contained in:
parent
c75114628d
commit
b94f335876
1 changed files with 2 additions and 0 deletions
|
@ -234,6 +234,8 @@ volume_init (GstVolume *filter)
|
|||
filter->mute = FALSE;
|
||||
filter->volume_i = 8192;
|
||||
filter->volume_f = 1.0;
|
||||
filter->real_vol_i = 8192;
|
||||
filter->real_vol_f = 1.0;
|
||||
|
||||
filter->dpman = gst_dpman_new ("volume_dpman", GST_ELEMENT(filter));
|
||||
gst_dpman_add_required_dparam_callback (
|
||||
|
|
Loading…
Reference in a new issue