diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-04-08 18:23:04 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-04-08 18:23:04 +0000 |
commit | e843de1d06756b1cc4698a6e3f8cf67effa0c642 (patch) | |
tree | 55c0dfb00542ec2d3676d4bf03ab3eac6f4b0f6f /ChangeLog | |
parent | bd72d30ce969fe685cf03493f61d291c7dbb86a5 (diff) | |
download | gst-plugins-bad-e843de1d06756b1cc4698a6e3f8cf67effa0c642.tar.gz gst-plugins-bad-e843de1d06756b1cc4698a6e3f8cf67effa0c642.tar.bz2 gst-plugins-bad-e843de1d06756b1cc4698a6e3f8cf67effa0c642.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-04-08 Wim Taymans <wim@fluendo.com> + + * 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 <julien@moutte.net> * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates. |