Updated test QML that confirmed the bug:

import QtQuick 2.0
import QtQuick.Window 2.0
import QtMultimedia 5.0
import Ubuntu.Unity.Action 1.1 as UnityActions
import Ubuntu.Components 1.1
import Ubuntu.Components.Popups 1.0 as Popups

Text {
    text: "Should NOT auto-play media";
    font.pointSize: 20;
    width: 150; height: 50;

    MediaPlayer {
        id: playVideo
        autoPlay: false
        source: "/home/phablet/Videos/testfile.mp4"
    }
    VideoOutput { source: playVideo }
    MouseArea {
        id: playArea
        anchors.fill: parent
        onPressed:  { playVideo.play() }
    }
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1457972

Title:
  VideoOutput plays as soon as loaded even if the MediaPlayer is not set
  to autoPlay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-media/+bug/1457972/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to