Use QtMultimedia 5.0 in the QML Video element doc.

Change-Id: I5e549b321a549d2b4abc058cf08d81329df3562e
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Thomas McGuire
2012-04-05 15:53:59 +02:00
committed by Qt by Nokia
parent 4753484be0
commit 72316a4ea8

View File

@@ -139,7 +139,7 @@ private:
MediaPlayer {
id: player
source: "file://video.webm"
playing: true
autoPlay: true
}
VideoOutput {