← 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

 

This bug was fixed in the package qtubuntu-media -
0.7.1+15.10.20150602.3-0ubuntu1

---------------
qtubuntu-media (0.7.1+15.10.20150602.3-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Jim Hodapp ]
  * Don't auto play when playing a video unless
    QMediaPlayerControl::play() was actually called. (LP: #1457972)

 -- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx>  Tue, 02 Jun 2015 19:37:22
+0000

** Changed in: qtubuntu-media (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
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

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