← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1457972] Re: VideoOutput plays as soon as loaded even if the MediaPlayer is not set to autoPlay

 

** Also affects: qtubuntu-media (Ubuntu RTM)
   Importance: Undecided
       Status: New

** Changed in: qtubuntu-media (Ubuntu RTM)
       Status: New => In Progress

** Changed in: qtubuntu-media (Ubuntu RTM)
     Assignee: (unassigned) => Jim Hodapp (jhodapp)

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

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

Status in qtubuntu-media package in Ubuntu:
  Fix Released
Status in qtubuntu-media package in Ubuntu RTM:
  In Progress

Bug description:
  When using qml components (not sure about Qt)

  MediaPlayer { id: mp; source: "test-file.ogg"; autoPlay: false }
  VideoOutput { source: mp }

  The media plays as soon as the media is loaded even though the autoPlay is set to false.
  There is a play command going out as soon as we get a glConsumerSet signal.

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


References