From 5b68f28c944e7be23b88ba04f7c44c58899dc53d Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 2 Jul 2008 08:47:00 +0000 Subject: gst/matroska/matroska-demux.c: If no Tracks element is found until the first Cluster is found search it and error out... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream_parse_id): If no Tracks element is found until the first Cluster is found search it and error out if none is found in the complete file. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e95b5be..b38cfce7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-02 Sebastian Dröge + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_loop_stream_parse_id): + If no Tracks element is found until the first Cluster is found + search it and error out if none is found in the complete file. + 2008-07-02 Sebastian Dröge * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams): -- cgit