GNOME Bugzilla – Bug 585056
regression: no more sound in my H.264+AAC clips
Last modified: 2009-06-07 18:55:18 UTC
sample: http://jeff.ecchi.ca/public/test%20HD%205.MOV I am using the gstreamer developers ubuntu PPA packages. With the (outdated) intrepid versions of those packages, that file has sound and playbacks fine. With the jaunty PPA versions of the gstreamer packages, no more sound, it thinks the file has 0 channels. Totem and PiTiVi behave as if there wasn't any sound.
Created attachment 136101 [details] [review] patch to fix the issue
commit 790b050fc5302cae89cddcd23b258093967d05a9 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Sun Jun 7 20:46:45 2009 +0200 qtdemux: fill timestamp table completely When there are less timestamps that there are samples, fill up the sample table with the last know timestamp. This situation can happen when the last sample does not decode and doesn't need a timestamp. We however calculate the total track length using the last sample timestamp so we need to have something sensible in there. Fixes #585056