gstreamer/gst/audioconvert
Jochen Henneberg 33acf73334 audioconvert: Fixed changing mix-matrix at runtime
Setting the property again after it had already been set ran
g_value_unset() but did not initialize it again to g_value_copy() failed
afterwards. Removed the unset as cleanup is done implicitely from
g_value_copy().

Changing the mix-matrix property did not trigger reconfiguration of the
caps, this has been added.

If the matrix is set to an empty matrix, instead of copying this the
matrix is simply disabled by setting mix_matrix_is_set (formerly
mix_matrix_was_set) to FALSE so the mix-matrix is ignored from now on.
2019-11-05 08:49:07 +01:00
..
gstaudioconvert.c audioconvert: Fixed changing mix-matrix at runtime 2019-11-05 08:49:07 +01:00
gstaudioconvert.h audioconvert: Fixed changing mix-matrix at runtime 2019-11-05 08:49:07 +01:00
meson.build doc: Port to hotdoc 2019-05-13 11:34:08 -04:00
plugin.c audioconvert: fix build 2015-11-06 18:12:28 +00:00
plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00