diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-04-21 11:10:52 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-04-21 11:10:52 +0000 |
commit | 9568e3da3f28b85a0ca92d0a42d22f2af9951e77 (patch) | |
tree | 46a0d57b6d0e3ffc7201fa06fcd49f97bbd96071 /ChangeLog | |
parent | 106bd13c42d0b680daefb1ec6a4422a61f41099f (diff) | |
download | gst-plugins-bad-9568e3da3f28b85a0ca92d0a42d22f2af9951e77.tar.gz gst-plugins-bad-9568e3da3f28b85a0ca92d0a42d22f2af9951e77.tar.bz2 gst-plugins-bad-9568e3da3f28b85a0ca92d0a42d22f2af9951e77.zip |
gst/speed/gstspeed.c: Don't reset speed->sample_size to 0 in state change from READY to PAUSED (fixes floating point ...
Original commit message from CVS:
* gst/speed/gstspeed.c: (speed_change_state):
Don't reset speed->sample_size to 0 in state change
from READY to PAUSED (fixes floating point exception
in chain function when using speed as part of an
audiosink bin with playbin).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-04-21 Tim-Philipp Müller <tim at centricular dot net> + + * gst/speed/gstspeed.c: (speed_change_state): + Don't reset speed->sample_size to 0 in state change + from READY to PAUSED (fixes floating point exception + in chain function when using speed as part of an + audiosink bin with playbin). + 2005-04-20 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/shout2/gstshout2.c: |