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 580554 - PATCH: qtdemux: fix demuxing of m4v streams with ac-3 audio
PATCH: qtdemux: fix demuxing of m4v streams with ac-3 audio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.14
Other Linux
: Normal normal
: 0.10.15
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-28 07:32 UTC by Hans de Goede
Modified: 2009-04-29 10:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH: qtdemux: fix demuxing of m4v streams with ac-3 audio (537 bytes, patch)
2009-04-28 07:33 UTC, Hans de Goede
committed Details | Review

Description Hans de Goede 2009-04-28 07:32:32 UTC
Hi,

I recently got some m4v streams with ac-3 audio, which a friend created on hiss Mac, and totem wouldn't play them. I've tracked this down to qtdemux not handling this correctly. It didn't recognize the fourcc, and it didn't recognize that
AC-3 sound has a fixed bitrate. The attached patch fixes this. Now things work perfect in totem.
Comment 1 Hans de Goede 2009-04-28 07:33:02 UTC
Created attachment 133472 [details] [review]
PATCH: qtdemux: fix demuxing of m4v streams with ac-3 audio
Comment 2 Wim Taymans 2009-04-29 10:21:31 UTC
commit 6cfa856381a1aefe55f25274ec720da21e3e0f29
Author: Hans de Goede <jwrdegoede at fedoraproject.org>
Date:   Wed Apr 29 12:19:27 2009 +0200

    qtdemux: handle ac-3 audio
    
    fix demuxing of m4v streams with ac-3 audio
    Fixes #580554