gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calculations.
authorWim Taymans <wim.taymans@gmail.com>
Sat, 8 Apr 2006 18:23:04 +0000 (18:23 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 8 Apr 2006 18:23:04 +0000 (18:23 +0000)
commit69962233c85e509554721569a3b95acb313de57e
treecdaa150b7d5cf6b04d9061e8183cb6c9d7440acb
parentd4e7ce1e524939268d9df0a289482917cda352b5
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.
gst/qtdemux/qtdemux.c