diff --git a/gst/audiomixer/gstaudiomixer.c b/gst/audiomixer/gstaudiomixer.c
index 35e6cc0ffb..48ef528a9c 100644
--- a/gst/audiomixer/gstaudiomixer.c
+++ b/gst/audiomixer/gstaudiomixer.c
@@ -30,6 +30,18 @@
* The audiomixer currently mixes all data received on the sinkpads as soon as
* possible without trying to synchronize the streams.
*
+ * The input pads are from a GstPad subclass and have additional
+ * properties to mute each pad individually and set the volume:
+ *
+ *
+ *
+ * "mute": Whether to mute the pad or not (#gboolean)
+ *
+ *
+ * "volume": The volume of the pad, between 0.0 and 10.0 (#gdouble)
+ *
+ *
+ *
*
* Example launch line
* |[