gst-plugins-good: videomixer: Make sure to send EOS if the buffer end time equals the segment end time

Sebastian Dröge slomo at circular-chaos.org
Tue Aug 6 23:53:26 PDT 2013


On Di, 2013-08-06 at 03:27 -0700, Thibault Saunier wrote:
> +
> +  if (output_start_time >= mix->segment.stop ||
> +      output_end_time == mix->segment.stop) {

I don't think this is correct. It should only EOS if the start time is
>= the segment.stop. If only end time is >= segment.stop it should
output a buffer that goes until segment.stop and only then do EOS.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130807/7a258122/attachment.pgp>


More information about the gstreamer-devel mailing list