[Bug 780331] interleave segfaults with more than 64 channels

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 20 21:33:57 UTC 2017


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

Douglas Bagnall <douglas.bagnall at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ao2 at ao2.it

--- Comment #1 from Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ---
would something like

 for (i = 0; i < MIN(channels, 64); i++) {
    default_ordering_map[i] = i;
  }

be sufficient?

CC'ing Antonio Ospite.

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