Re: [Live-devel] MediaSession Destructor Is Protected

2012-05-18 Thread Ross Finlayson
> I am trying to manage my resources correctly, and I've discovered you > cannot delete a MediaSession... What is the proper way to free a > MediaSession's resources. "MediaSession" - like all subclasses of "Medium" - objects cannot be deleted directly. Instead, you reclaim such an object b

[Live-devel] MediaSession Destructor Is Protected

2012-05-18 Thread Constantin Savtchenko
Hello All, I am trying to manage my resources correctly, and I've discovered you cannot delete a MediaSession... What is the proper way to free a MediaSession's resources. An scenario would be when you wish to reinitialize a MediaSession with a new DESCRIBE command. Thank you. Constantin