← 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: canonical-devices-system-image
   Importance: Undecided
       Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
       Status: New => Fix Released

** Changed in: canonical-devices-system-image
    Milestone: None => ww40-2015

** Changed in: canonical-devices-system-image
     Assignee: (unassigned) => Pat McGowan (pat-mcgowan)

** Changed in: canonical-devices-system-image
       Status: Fix Released => Fix Committed

-- 
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 Canonical System Image:
  Fix Committed
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/canonical-devices-system-image/+bug/1457972/+subscriptions


References