[Bug 780331] interleave segfaults with more than 64 channels

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 20 22:40:19 UTC 2017


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

--- Comment #2 from Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ---
Created attachment 348366
  --> https://bugzilla.gnome.org/attachment.cgi?id=348366&action=edit
possibly a fix

(In reply to Douglas Bagnall from comment #1)
> would something like
> 
>  for (i = 0; i < MIN(channels, 64); i++) {
>     default_ordering_map[i] = i;
>   }

Obviously not, of course. Nor does the attached patch seem quite right. Should
we even be anywhere near here with >64 channels? Can't we just say the channel
mask is inapplicable and skip the whole lot?

(With previous version I recall having to set the channel mask to one thing or
another to navigate through this thicket).

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