Sun Sep 4 13:49:46 2005

Ticket #1439 (Closed: fixed)

AudioClip and Playlist acquire / release signaling incosistent


Priority: normal Reporter: maroy
Severity: tweak Assigned to: fgerlits
Component: development environment Status: closed
Version:   Resolution: fixed
Milestone: 1.0.1 Keywords:  

Description by maroy:

it's not consistent how to tell if a Playable object has been accessed via the acquireXX methods. for AudioClips?, checking the token property can be used, but for Playlists, it's the uri property of the object that signals if it has been acquired. this should be made consistent accross Playable objects.

Attachments

Changelog

Tue Oct 4 16:50:02 2005: Modified by maroy

  • description changed.
  • component changed from bug to development environment
  • milestone set to future

Tue Oct 4 20:21:06 2005: Modified by fgerlits

  • resolution set to fixed
  • milestone changed from future to 1.0.1
  • status changed from assigned to closed

This is fixed now. Both AudioClips? and Playlists have their 'token' field set after acquire...() and reset after release...().

The former 'token' field in Playlist, which caused the confusion, has been renamed to 'editToken'.


Add/Change #1439 (AudioClip and Playlist acquire / release signaling incosistent)




Change Properties






Action