← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

 

@Jim, I think the issue is in qtubuntu-media, can_edit_tracks() returns
True, but what was happening is qtubuntu-media was returning that
straight away to isReadOnly() therefore making that True as well, rather
than flipping it. So I've just changed it so return !can_edit_tracks();
... so in that case can_edit_tracks() is True, making isReadOnly()
False. I will link the branch later and it'll probably make more sense
then :-)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1510225

Title:
  load() of a QDeclarativePlaylist does not fully work

Status in Canonical System Image:
  Triaged
Status in media-hub package in Ubuntu:
  Triaged
Status in qtmultimedia-opensource-src package in Ubuntu:
  Triaged
Status in media-hub package in Ubuntu RTM:
  Triaged
Status in qtmultimedia-opensource-src package in Ubuntu RTM:
  Triaged

Bug description:
  * load(location) only works when a QDeclarativePlaylist is not read-only.
  * QMediaPlayer loads playlist items one by one instead of using the new addTracks for much greater efficiency and lower latency.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions


References