From 7522192fab2995abc74061b96801da0663701771 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 12 Nov 2007 17:59:40 +0000 Subject: gst/qtdemux/qtdemux.c: Properly free QTDemuxSamples array. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), (qtdemux_parse_samples): Properly free QTDemuxSamples array. Protect table write with a sensible check, some files apparently DO contain stts values starting with 0 :( --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5aaf4c31..875891f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-11-12 Edward Hervey + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), + (qtdemux_parse_samples): + Properly free QTDemuxSamples array. + Protect table write with a sensible check, some files apparently DO contain + stts values starting with 0 :( + 2007-11-12 Stefan Kost * gst/avi/gstavidemux.c: -- cgit