From e843de1d06756b1cc4698a6e3f8cf67effa0c642 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 8 Apr 2006 18:23:04 +0000 Subject: gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calculations. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample), (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_parse_trak): Don't make rounding errors in timestamp/duration calculations. Fix timestamps for AMR and IMA4. Fixes (#337436). Create a dummy segment even when there is no edit list. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fbf4c041..ac4ff44c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-04-08 Wim Taymans + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample), + (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz), + (qtdemux_dump_stco), (qtdemux_parse_trak): + Don't make rounding errors in timestamp/duration calculations. + Fix timestamps for AMR and IMA4. Fixes (#337436). + Create a dummy segment even when there is no edit list. + 2006-04-07 Julien MOUTTE * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates. -- cgit v1.2.1