emotion gstreamer1: Volumes > 1.0 are valid too

This commit is contained in:
Sebastian Dröge 2014-01-12 20:29:32 +01:00
parent 79d5172f0a
commit 8d034ca3b7
1 changed files with 0 additions and 2 deletions

View File

@ -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;