After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 337436 - Sound is very jerky on this .mov file
Sound is very jerky on this .mov file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.3
Other Linux
: Normal normal
: 0.10.3
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-05 20:58 UTC by Lionel Dricot
Modified: 2006-05-03 21:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lionel Dricot 2006-04-05 20:58:53 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.
Comment 1 Wim Taymans 2006-04-06 13:30:25 UTC
not an alsa problem. qtdemux has some rounding errors in timestamp/duration calculation that needs fixing.
Comment 2 Wim Taymans 2006-04-08 18:23:07 UTC
        * 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.