touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #96172
[Bug 1483806] Re: addSource to a Playlist are ignored if it's not part of a player
Confirmed this and am working on a fix for it so that I can land
background playlist support in vivid.
** Changed in: qtmultimedia-opensource-src (Ubuntu)
Status: New => Triaged
** Changed in: qtmultimedia-opensource-src (Ubuntu)
Importance: Undecided => Critical
** Changed in: qtmultimedia-opensource-src (Ubuntu)
Assignee: (unassigned) => Jim Hodapp (jhodapp)
** Also affects: canonical-devices-system-image
Importance: Undecided
Status: New
** Changed in: qtmultimedia-opensource-src (Ubuntu)
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtmultimedia-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1483806
Title:
addSource to a Playlist are ignored if it's not part of a player
Status in Canonical System Image:
New
Status in qtmultimedia-opensource-src package in Ubuntu:
In Progress
Bug description:
I was doing
audio.playlist = null;
playlist.clear();
// Look for newSource in newPlaylist
for (var i in newPlaylist) {
playlist.addSource(newPlaylist[i]);
}
audio.playlist = playlist;
And the addSource didn't do anything, i've now moved the
audio.playlist = playlist;
before the addSource and it works.
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1483806/+subscriptions
References