diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-06-09 14:37:36 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-06-09 14:37:36 +0100 |
commit | 654a5f3fc787e581dd65a25aa3ebb3c50cea6f0b (patch) | |
tree | 1581193483ec4523316ca5ea9e04b0feb1b83837 /gst/audiomixer | |
parent | 1a15c2e426f14e8a053273dc174950e98d39df1b (diff) | |
download | gstreamer-plugins-bad-654a5f3fc787e581dd65a25aa3ebb3c50cea6f0b.tar.gz |
audiomixer: fix misleading documentation copied from adder
Diffstat (limited to 'gst/audiomixer')
-rw-r--r-- | gst/audiomixer/gstaudiomixer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/audiomixer/gstaudiomixer.c b/gst/audiomixer/gstaudiomixer.c index f0e8f66eb..3966a8fc2 100644 --- a/gst/audiomixer/gstaudiomixer.c +++ b/gst/audiomixer/gstaudiomixer.c @@ -27,8 +27,7 @@ * 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. * - * The audiomixer currently mixes all data received on the sinkpads as soon as - * possible without trying to synchronize the streams. + * Unlike the adder element audiomixer properly synchronises all input streams. * * The input pads are from a GstPad subclass and have additional * properties to mute each pad individually and set the volume: |