audiomixer: fix misleading documentation copied from adder

This commit is contained in:
Tim-Philipp Müller 2015-06-09 14:37:36 +01:00
parent 1a15c2e426
commit 654a5f3fc7

View file

@ -27,8 +27,7 @@
* The audiomixer allows to mix several streams into one by adding the data. * The audiomixer allows to mix several streams into one by adding the data.
* Mixed data is clamped to the min/max values of the data format. * Mixed data is clamped to the min/max values of the data format.
* *
* The audiomixer currently mixes all data received on the sinkpads as soon as * Unlike the adder element audiomixer properly synchronises all input streams.
* possible without trying to synchronize the streams.
* *
* The input pads are from a GstPad subclass and have additional * The input pads are from a GstPad subclass and have additional
* properties to mute each pad individually and set the volume: * properties to mute each pad individually and set the volume: