[Bug 740101] amcaudiodec error: 'first buffer should have OMX_BUFFERFLAG_CODECCONFIG set'

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 15 12:01:30 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=740101

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
We're not using BUFFER_FLAG_CODEC_CONFIG anywhere currently, but this here
looks like it is needed here.

So multiple things

1) we should set KEY_IS_ADTS to 1 if the input is ADTS
2) for raw AAC we have codec_data and need to put that into the "csd-0", and I
assume in that case BUFFER_FLAG_CODEC_CONFIG is not needed?

For 1), that should be trivial to fix. Taking a short look now

-- 
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