diff options
author | Michael Smith <msmith@xiph.org> | 2009-01-08 18:17:13 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2009-01-08 18:17:13 +0000 |
commit | 1d32ad886ed1557a36afecc8e880863fcdc377e6 (patch) | |
tree | 729599901bd3a1fae4e7dbffa20b345fb14facb9 /ChangeLog | |
parent | 7958cf82abda2fa6e0de28a16f39480ce498d299 (diff) |
gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've created any srcpads.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c:
In push mode, error out if we get EOS before we've created any srcpads.
Handle (in pull mode) some files that have a truncated moov atom where
the final sub-atom is a 'free' atom and the contents of that are not
present in the file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-01-08 Michael Smith <msmith@songbirdnest.com> + + * gst/qtdemux/qtdemux.c: + In push mode, error out if we get EOS before we've created any srcpads. + Handle (in pull mode) some files that have a truncated moov atom where + the final sub-atom is a 'free' atom and the contents of that are not + present in the file. + 2009-01-08 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps): |