summaryrefslogtreecommitdiffstats
path: root/gst/videomixer
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-05-19 21:05:03 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-05-19 21:05:03 +0000
commit17d7955eff0a0705257a51b4c66f38d4d79d4fc1 (patch)
tree0bc0c97e5f1dd518410e5b86b256fe5019124503 /gst/videomixer
parentb08811d150220f198d8bfec23d7fd9ea0b90b05b (diff)
Try using thaytans new mechanism to get extra classes into plugin docs. Aparently works for the Eq. For VideoMixer th...
Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/gst-plugins-good-plugins.hierarchy: * docs/plugins/gst-plugins-good-plugins.interfaces: * docs/plugins/gst-plugins-good-plugins.types: * gst/videomixer/videomixer.c: Try using thaytans new mechanism to get extra classes into plugin docs. Aparently works for the Eq. For VideoMixer the GObject stuff is missing still.
Diffstat (limited to 'gst/videomixer')
-rw-r--r--gst/videomixer/videomixer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/videomixer/videomixer.c b/gst/videomixer/videomixer.c
index 7cbaf033..a25775d2 100644
--- a/gst/videomixer/videomixer.c
+++ b/gst/videomixer/videomixer.c
@@ -29,6 +29,10 @@
* output parameters. Indeed output video frames will have the geometry of the
* biggest incoming video stream and the framerate of the fastest incoming one.
* </para>
+ * <para>
+ * Individual parameters for each input stream can be configured on the
+ * #GstVideoMixerPad.
+ * </para>
* <title>Sample pipelines</title>
* <para>
* Here is a pipeline to demonstrate videomixer used together with videobox :