GNOME Bugzilla – Bug 447458
[qtdemux] export AMRSpecificBox as codec_data
Last modified: 2007-06-14 10:23:48 UTC
Although the reference amr decoder shipped with gst-plugins doesn't need out-of-band information to properly decode AMR-NB streams, some other decoders need it. This information should be exported by qtdemux as a codec_data field in the caps.
Created attachment 89938 [details] [review] proposed patch Export 'damr' atom box contained in the 'stsd' atom of the AMR-NB track. This will set that buffer as a 'codec_data' property of the caps.
Since I have to do a new pre-release for -good anyway, I'll reopen the window for non-regression non-destabilising patches. Go for it.
thx, 2007-06-14 Edward Hervey <edward@fluendo.com> * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): For AMR-NB streams, export the AMRSpecificBox as codec_data on the caps. Fixes #447458