GNOME Bugzilla – Bug 337436
Sound is very jerky on this .mov file
Last modified: 2006-05-03 21:58:49 UTC
With GStreamer 0.10.3 (latest Dapper) and totem-gstreamer, the sound is very jerky on the following file : http://homepage.mac.com/brianflemming/iblog/movies/apple1984.mov There's no problem when reading this file with mplayer. I have no idea if this is an ALSA bug or a codec bug.
not an alsa problem. qtdemux has some rounding errors in timestamp/duration calculation that needs fixing.
* 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.