[Bug 771723] opusdec: too short buffers trigger error instead of PLC

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 3 14:29:01 UTC 2016


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

--- Comment #26 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
You'd probably have to copy code from libopus for this.

In the case here (pcap attached to this bug), the opusdec code ends up in:

      n = opus_multistream_decode (dec->state, data, size, out_data, samples,
          1);


This returns -2 (buffer too small). If there was no FEC data in there, it would
probably not moan about this.

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