On 01/22/2013 09:51 PM, Ross Finlayson wrote:
Yes, I agree.  In the next version of the software, this piece of code -
in "FileSink::afterGettingFrame()" - will become:

   if (fOutFid == NULL || fflush(fOutFid) == EOF) {
     // The output file has closed.  Handle this the same way as if
the input source had closed:
     if (fSource != NULL) fSource->stopGettingFrames();
     onSourceClosure(this);
     return;
   }

Great! Thanks.
We'll test this today.

--
Living Data - Sistemas de Informação e Apoio à Decisão, Lda.

LxFactory - Rua Rodrigues de Faria, 103,
edifício I - 4º piso                  Phone:  +351 213622163
1300-501 LISBOA                       Fax:    +351 213622165
Portugal                              URL: www.livingdata.pt
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to