audiomixer: Document the pad properties

This commit is contained in:
Nirbheek Chauhan 2014-12-27 15:49:39 +05:30 committed by Tim-Philipp Müller
parent cd256acf03
commit ecc709be31

View file

@ -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:
*
* <itemizedlist>
* <listitem>
* "mute": Whether to mute the pad or not (#gboolean)
* </listitem>
* <listitem>
* "volume": The volume of the pad, between 0.0 and 10.0 (#gdouble)
* </listitem>
* </itemizedlist>
*
* <refsect2>
* <title>Example launch line</title>
* |[