From 1d32ad886ed1557a36afecc8e880863fcdc377e6 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 8 Jan 2009 18:17:13 +0000 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c1526386..120c3e3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-01-08 Michael Smith + + * 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 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps): -- cgit