ubuntu-sdk-bugs team mailing list archive
-
ubuntu-sdk-bugs team
-
Mailing list archive
-
Message #03623
[Bug 1457972] [NEW] VideoOutput plays as soon as loaded even if the MediaPlayer is not set to autoPlay
Public bug reported:
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.
** Affects: qtubuntu-media (Ubuntu)
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References