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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 1 17:58:59 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #16 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit b0866b9cc1441cbdd95c599f88d2574b3dfd5b7d
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Thu Oct 6 11:44:11 2016 +0100

    opusdec: interpret zero duration as unknown

    This fixes missing audio when we get buffers with zero
    duration, denoting unknown duration. When several such
    buffers are received in a row, they're all at the same
    timestamp, with zero duration.

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

commit a6ced9cbc8be263ad882a57ab22eafd33b9bcb79
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Mon Sep 26 10:50:52 2016 +0100

    opusdec: fix "buffer too small" error

    Always supply a buffer with max size to the decoder, as we
    can't really decide how many samples will be in the lost packet
    based on the timestamps we get.

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

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