[gstreamer-bugs] [Bug 331588] Some realmedia files with a52 audio files embedded in doest work

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Feb 24 05:22:32 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=331588
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS


Michael Smith changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msmith at fluendo.com




------- Comment #3 from Michael Smith  2006-02-24 13:22 UTC -------
The following is based on some testing with fluendo's AC3 decoder, but it
should be applicable to a52dec as well.

The data that comes out of the demuxer is clearly not raw AC3.
If you byteswap it (2 bytes at a time) it looks like AC3 frames superficially -
it contains the AC3 syncwords, and validates both AC3 CRCs (though it seems to
skip something about the length of an AC3 frame in between each AC3 frame that
it actually reads successfully - so maybe it's only getting half the data
anyway).

However, then, the AC3 frames have BSI > 8 (this is essentially the stream
version  - being > 8 indicates that it's an incompatible future version not
covered by the AC3 specification). 

If anyone wants to try doing the byteswapping trick with a52dec, maybe it
understands this bitstream revision?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list