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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 27 12:55:21 UTC 2016


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

--- Comment #15 from dam at cosinux.org ---
I got it working a bit better with this:

http://stackoverflow.com/questions/12942201/decoding-aac-using-mediacodec-api-on-android

What I did is adding this in the set format function:

    guint8 test[] = { 0x12, 0x12 };
    gst_amc_format_set_buffer (format, "csd-0", test, 2, &err);

After setting that, the stream starts without audio and it crashes a bit later,
but at list that's a start.

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