From ecc709be31a941679f54bcd566d24ba1900062a2 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 27 Dec 2014 15:49:39 +0530 Subject: [PATCH] audiomixer: Document the pad properties --- gst/audiomixer/gstaudiomixer.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 * |[