[Bug 767826] opusdec with plc enabled failing to decode audio

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 20 11:33:01 UTC 2016


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

--- Comment #5 from Jason Smith <jasonfsmitty at gmail.com> ---
At first, I tired patching opus_dec_chain_parse_data() so that when calculating
samples, in addition to checking for a non-0 sized bufd, it also checked for a
valid duration.  This seemed to work better, but it would still occasionally
fail at runtime (opus_multistream_decode() returned BUFFER_TOO_SMALL).

I'm currently running with opus_dec_chain_parse_data() hard-coded to the max
number of samples.  So far this has been working for me.

Let me know if there's anything I can to do help test/debug.

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