Re: [Live-devel] Shutdown crash with MPEG4VideoStreamDiscreteFramer

2008-11-17 Thread Ross Finlayson
As a workaround, I have created a patch (attached) for FramedFilter that adds a "detachInputSource()" which can be used to disable "Medium::close(fInputSource);" in the above before the cleanup sequence. Is this an appropriate solution? Yes - and it will be included in the next release of the so

[Live-devel] Shutdown crash with MPEG4VideoStreamDiscreteFramer

2008-11-17 Thread Alex Cichowski
Hi all, I have a custom MediaSink subclass drawing data from an MPEG4VideoStreamDiscreteFramer (for the purpose of determining where the keyframes are), which is in turn drawing data from an MPEG4ESVideoRTPSource. I am running into a problem where during cleanup, the MPEG4ESVideoRTPSource gets del