Re: [Live-devel] openRTSP Subsession Destruction

2007-06-01 Thread Ross Finlayson
I am looking at the source testProgs/playCommon.cpp, in particular the shutdown() and afterPlaying() functions. Does calling Medium::close(subsession->sink) call the subsession destructor also? This is what the comment says in subsessionAfterPlaying(). That comment is perhaps a bit misleading

[Live-devel] openRTSP Subsession Destruction

2007-06-01 Thread xcsmith
I am looking at the source testProgs/playCommon.cpp, in particular the shutdown() and afterPlaying() functions. Does calling Medium::close(subsession->sink) call the subsession destructor also? This is what the comment says in subsessionAfterPlaying(). I set a breakpoint on MediaSubsession::~Me