slomo pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8d034ca3b74b9c6b8591ed86cf795a2f9535de2e

commit 8d034ca3b74b9c6b8591ed86cf795a2f9535de2e
Author: Sebastian Dröge <[email protected]>
Date:   Sun Jan 12 20:29:32 2014 +0100

    emotion gstreamer1: Volumes > 1.0 are valid too
---
 src/modules/emotion/gstreamer1/emotion_gstreamer.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/emotion/gstreamer1/emotion_gstreamer.c 
b/src/modules/emotion/gstreamer1/emotion_gstreamer.c
index b620577..cfdbacc 100644
--- a/src/modules/emotion/gstreamer1/emotion_gstreamer.c
+++ b/src/modules/emotion/gstreamer1/emotion_gstreamer.c
@@ -804,8 +804,6 @@ em_audio_channel_volume_set(void  *video,
 
    if (vol < 0.0)
      vol = 0.0;
-   if (vol > 1.0)
-     vol = 1.0;
    ev->volume = vol;
 
    if (!ev->pipeline) return;

-- 


Reply via email to