GNOME Bugzilla – Bug 580554
PATCH: qtdemux: fix demuxing of m4v streams with ac-3 audio
Last modified: 2009-04-29 10:21:31 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.
Created attachment 133472 [details] [review] PATCH: qtdemux: fix demuxing of m4v streams with ac-3 audio
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