projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c751146
)
volume 1.0 by default
author
Andy Wingo
<wingo@pobox.com>
Mon, 27 May 2002 04:29:30 +0000
(
04:29
+0000)
committer
Andy Wingo
<wingo@pobox.com>
Mon, 27 May 2002 04:29:30 +0000
(
04:29
+0000)
Original commit message from CVS:
volume 1.0 by default
gst/volume/gstvolume.c
patch
|
blob
|
history
diff --git
a/gst/volume/gstvolume.c
b/gst/volume/gstvolume.c
index 263d477614da735bcda779ef6fed045c7b06822b..1e8f4136e6bd5424967f6b428bed7490908403cf 100644
(file)
--- a/
gst/volume/gstvolume.c
+++ b/
gst/volume/gstvolume.c
@@
-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 (