From 9cb2a4f461d280ade142de041212343b15b971ae Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 2 Aug 2008 17:59:05 +0000 Subject: gst/matroska/matroska-demux.c: If no Tracks are found error out instead of trying it again until the end of time. Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream_parse_id): If no Tracks are found error out instead of trying it again until the end of time. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1418f68c..4d2eae47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-02 Sebastian Dröge + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_loop_stream_parse_id): + If no Tracks are found error out instead of trying it again until the + end of time. + 2008-08-02 Sebastian Dröge * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps): -- cgit