videomixer: Send EOS if buf_end >= segment.stop
authorThibault Saunier <thibault.saunier@collabora.com>
Wed, 7 Aug 2013 17:32:07 +0000 (19:32 +0200)
committerThibault Saunier <thibault.saunier@collabora.com>
Sun, 11 Aug 2013 17:05:18 +0000 (19:05 +0200)
commit6c349d6ec3f633d2535ec52b5c077b731a153459
tree0fdc66677fc9a4a67c098b7843e74c0a1a1c9520
parent96afba915aae522d5998969541184a1a486c5a89
videomixer: Send EOS if buf_end >= segment.stop

That means the whole segment is already played, and we are sure we
are EOS at that point.

Also handle segment seeks, and do not send EOS in that case.
gst/videomixer/videomixer2.c
tests/check/elements/videomixer.c