[Bug 797214] opus inband fec bug

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 27 19:40:09 UTC 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
These were all changes to the opus plugin between 1.12.4 and 1.14.3. Doesn't
look likely that it's one of those.

commit c07484fdcde64db8e21294d38eec7fedcc54d47e
Author: Marcos Kintschner <marcos.ktn at gmail.com>
Date:   Thu Sep 13 20:34:08 2018 -0300

    opusenc: fix segmentation fault at x86 version

    The argument 0x0 is interpreted by the x86 compiler as a 32-bit int, but
    it is consumed as a 64-bit uint causing a segmentation fault. We need to
    explicit cast it to guint64 in order for the va_list to be built correctly.

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

commit 729b50020835786d4712d7717a39e3daa893626c
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Sun Dec 10 21:08:28 2017 +0000

    opus: remove unused build variable and define

commit 8598f082781ed2f0672bbdcfbc303dfd2f64be2e
Author: Mathieu Duponchelle <mathieu at centricular.com>
Date:   Mon Oct 9 18:13:27 2017 +0200

    opusenc: Allow unpositioned channels.

    The input will be treated as a set of mono channels,
    and the channel-mapping-family will be set to 255
    (no defined channel meaning)

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

commit 8e6c6266d72e160cca019b7cfa640fbf666e5ada
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Tue May 16 13:42:07 2017 -0400

    Remove plugin specific static build option

    Static and dynamic plugins now have the same interface. The standard
    --enable-static/--enable-shared toggle are sufficient.

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