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 585056 - regression: no more sound in my H.264+AAC clips
regression: no more sound in my H.264+AAC clips
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Linux
: Normal critical
: 0.10.16
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-07 13:09 UTC by Jean-François Fortin Tam
Modified: 2009-06-07 18:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
patch to fix the issue (2.88 KB, patch)
2009-06-07 18:52 UTC, Wim Taymans
committed Details | Review

Description Jean-François Fortin Tam 2009-06-07 13:09:54 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.
Comment 1 Wim Taymans 2009-06-07 18:52:44 UTC
Created attachment 136101 [details] [review]
patch to fix the issue
Comment 2 Wim Taymans 2009-06-07 18:55:18 UTC
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