summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-04-10 12:01:33 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-04-10 12:01:33 +0000
commit497d589d56cf5e0ef758ca6c0443cdee7b3da91d (patch)
tree687d9005f3af547b569018038c6e90f54bcebece /ChangeLog
parent50f88db3adc166ac48020d61d9ee306a103d2e61 (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f8c8e93..31471a56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-10 Stefan Kost <ensonic@users.sf.net>
+
+ * 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 <wim@fluendo.com>
Patch by: Peter Kjellerstedt <pkj at axis com>