Updated qmlvideofx to use MediaPlayer.autoPlay instead of playing

Change-Id: Iee9066a6c7fcddbe6054e9c505b24e478f63cb4d
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Gareth Stockwell
2012-03-09 14:52:49 +00:00
committed by Qt by Nokia
parent d6cc6e393f
commit e42e467af4

View File

@@ -49,7 +49,7 @@ VideoOutput {
MediaPlayer {
id: mediaPlayer
playing: true
autoPlay: true
volume: 0.5
}