mpegdemux: segment seek flag is not relevant when checking for EOS
authorMark Nauwelaerts <mnauw@users.sourceforge.net>
Sun, 2 Jul 2017 09:55:13 +0000 (11:55 +0200)
committerMark Nauwelaerts <mnauw@users.sourceforge.net>
Sun, 9 Jul 2017 09:06:45 +0000 (11:06 +0200)
commiteebc4c002224f4c4c880d49d15ff1ba3ee968882
treec19edb738d0d7ca0b3a4895ea65f1bee995f791a
parent2f8980d70d7e56463bcebe46f092648a8231bdbc
mpegdemux: segment seek flag is not relevant when checking for EOS

It is only relevant in deciding whether or not send SEGMENT_DONE.
In this case, not detecting EOS leads to a busy loop when encountering
the originally recorded end-of-file of a file that is still growing.
gst/mpegdemux/gstmpegdemux.c