← 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.04.20150828-0ubuntu1 in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/stable-phone-overlay

---------------

qtubuntu-media (0.7.1+15.04.20150828-0ubuntu1) vivid; urgency=medium

  [ Jim Hodapp ]
  * Bump version for vivid sync

  [ CI Train Bot ]
  * New rebuild forced.

qtubuntu-media (0.7.1+15.04.20150710-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Jim Hodapp ]
  * Make sure video can play a different media source using the same
    player instance and not produce a black screen.

qtubuntu-media (0.7.1+15.04.20150602.3-0ubuntu1) vivid; 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)

qtubuntu-media (0.7.1+15.04.20150602.1-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Jim Hodapp ]
  * Get rid of the gcc-4.9 build dependency. (LP: #1452340)

 -- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx>  Fri, 28 Aug 2015 13:52:24
+0000


** Changed in: qtubuntu-media (Ubuntu RTM)
       Status: In Progress => 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
Status in qtubuntu-media package in Ubuntu RTM:
  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