Re: [Live-devel] [PATCH 1/2] H264or5VideoStreamFramer: fix parsing logic

2015-05-26 Thread Ross Finlayson
> Right now H264or5VideoStreamParser can return 0 from parse() without > requesting more data from input source which leads to frame > delivery process becomes stalled (as > MPEGVideoStreamFramer::continueReadProcessing() > does not call afterGetting() in this case either). > This can happen for s

[Live-devel] [PATCH 1/2] H264or5VideoStreamFramer: fix parsing logic

2015-05-19 Thread Stas Tsymbalov
Right now H264or5VideoStreamParser can return 0 from parse() without requesting more data from input source which leads to frame delivery process becomes stalled (as MPEGVideoStreamFramer::continueReadProcessing() does not call afterGetting() in this case either). This can happen for several reas