gstreamer/gst/interleave
Douglas Bagnall a9f26c2a14 interleave: avoid using uninitialised ordering_map
If self->channel_positions == NULL (which seems unlikely),
self->default_channels_ordering_map will be used unintialised.

We avoid that by keeping track of the channel_mask, which is set when
the ordering map is initialised.

https://bugzilla.gnome.org/show_bug.cgi?id=780331
2017-03-31 14:10:34 +03:00
..
deinterleave.c deinterleave: Reset caps accumulator to ANY when resyncing the adapter, not EMPTY 2016-11-14 17:37:51 +02:00
deinterleave.h Fix FSF address 2012-11-04 00:07:18 +00:00
interleave.c interleave: avoid using uninitialised ordering_map 2017-03-31 14:10:34 +03:00
interleave.h interleave: avoid using uninitialised ordering_map 2017-03-31 14:10:34 +03:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:21:12 +01:00
plugin.c Fix FSF address 2012-11-04 00:07:18 +00:00
plugin.h Fix FSF address 2012-11-04 00:07:18 +00:00