From 497d589d56cf5e0ef758ca6c0443cdee7b3da91d Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 10 Apr 2007 12:01:33 +0000 Subject: gst/auparse/gstauparse.c: limit caps to the formats we announce in the template Original commit message from CVS: * gst/auparse/gstauparse.c: (gst_au_parse_parse_header): limit caps to the formats we announce in the template * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int), (gst_wavparse_perform_seek), (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad), (gst_wavparse_stream_data): fix some crashers/asserts when dealing with broken files --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f8c8e93..31471a56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-04-10 Stefan Kost + + * gst/auparse/gstauparse.c: (gst_au_parse_parse_header): + limit caps to the formats we announce in the template + + * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int), + (gst_wavparse_perform_seek), (gst_wavparse_stream_headers), + (gst_wavparse_add_src_pad), (gst_wavparse_stream_data): + fix some crashers/asserts when dealing with broken files + 2007-04-10 Wim Taymans Patch by: Peter Kjellerstedt -- cgit