carlonluca / pot

Raspberry Pi accelerated video/image rendering with Qt: custom QML components and QtMultimedia backend.
https://bugfreeblog.duckdns.org
GNU General Public License v2.0
177 stars 43 forks source link

instantiate a MediaPlayer with 'volume: 0.0' #43

Closed sinadogru closed 9 years ago

sinadogru commented 9 years ago

I am trying to instantiate a MediaPlayer item with volume property setted to '0.0' but there still audio. But if I instantiate its muted property as true, then there is no volume.

And also when I put volume to '0.0' after video start to playing, the effect of it on volume is not same as like the effect of 'muted: true', there is still little volume on.

Thank you, Sina

carlonluca commented 9 years ago

You should get the fix for the issues in the next release. Please reopen if needed.

sinadogru commented 9 years ago

Ok thank you