plugins/elements/gstfilesrc.c: Correctly generate EOS for non-seekable files. We...
authorMichal Benes <michal.benes@itonis.tv>
Mon, 5 Feb 2007 13:15:44 +0000 (13:15 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 5 Feb 2007 13:15:44 +0000 (13:15 +0000)
commit475df740ec7f4dcbf04db713f5578719454bf471
treea19814c427e1cca5658a67959fb656518d063ebd
parente8f48c03f4931e9578f4a0464a8040a413e9fe60
plugins/elements/gstfilesrc.c: Correctly generate EOS for non-seekable files. We don't have a total length for them a...

Original commit message from CVS:
Patch by: Michal Benes <michal dot benes at itonis dot tv>
* plugins/elements/gstfilesrc.c: (gst_file_src_create_read):
Correctly generate EOS for non-seekable files. We don't have a total
length for them and would get an unexpected end of file if we only
special-cased for regular files. (Fixes: #404569)
ChangeLog
plugins/elements/gstfilesrc.c