From 17d7955eff0a0705257a51b4c66f38d4d79d4fc1 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 19 May 2008 21:05:03 +0000 Subject: 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. --- gst/videomixer/videomixer.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst/videomixer') 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. * + * + * Individual parameters for each input stream can be configured on the + * #GstVideoMixerPad. + * * Sample pipelines * * Here is a pipeline to demonstrate videomixer used together with videobox : -- cgit