diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-16 07:30:34 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-16 07:30:34 +0000 |
commit | b62583b216f04d8b03346897c11f8e239104dd59 (patch) | |
tree | ac834a4bf071f43c9af2169c00e3518b46d96976 /gst/videosignal/gstvideoanalyse.c | |
parent | 68993006c374a92474db6e908f7d3c13981bfed9 (diff) | |
download | gst-plugins-bad-b62583b216f04d8b03346897c11f8e239104dd59.tar.gz gst-plugins-bad-b62583b216f04d8b03346897c11f8e239104dd59.tar.bz2 gst-plugins-bad-b62583b216f04d8b03346897c11f8e239104dd59.zip |
Final round of doc updates.
Original commit message from CVS:
* gst/rtpmanager/gstrtpjitterbuffer.c:
* gst/speed/gstspeed.c:
* gst/speexresample/gstspeexresample.c:
* gst/videosignal/gstvideoanalyse.c:
* gst/videosignal/gstvideodetect.c:
* gst/videosignal/gstvideomark.c:
* sys/dvb/gstdvbsrc.c:
* sys/oss4/oss4-mixer.c:
* sys/oss4/oss4-sink.c:
* sys/oss4/oss4-source.c:
* sys/wininet/gstwininetsrc.c:
Final round of doc updates.
Diffstat (limited to 'gst/videosignal/gstvideoanalyse.c')
-rw-r--r-- | gst/videosignal/gstvideoanalyse.c | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/gst/videosignal/gstvideoanalyse.c b/gst/videosignal/gstvideoanalyse.c index 5678c5ea..ee84be32 100644 --- a/gst/videosignal/gstvideoanalyse.c +++ b/gst/videosignal/gstvideoanalyse.c @@ -20,11 +20,10 @@ /** * SECTION:element-videoanalyse * - * <refsect2> - * <para> - * This plugin analyses every video frame and if the <link - * linkend="GstVideoAnalyse--message">message property</link> is #TRUE, posts an element - * message with video statistics called <classname>"GstVideoAnalyse"</classname>. + * This plugin analyses every video frame and if the #GstVideoAnalyse:message + * property is #TRUE, posts an element message with video statistics called + * <classname>"GstVideoAnalyse"</classname>. + * * The message's structure contains these fields: * <itemizedlist> * <listitem> @@ -69,15 +68,13 @@ * the brightness variance of the frame. * </para> * </listitem> - * </itemizedlist> - * </para> + * </itemizedlist> + * + * <refsect2> * <title>Example launch line</title> - * <para> - * <programlisting> + * |[ * gst-launch -m videotestsrc ! videoanalyse ! ffmpegcolorspace ! ximagesink - * </programlisting> - * This pipeline emits messages to the console for each frame that has been analysed. - * </para> + * ]| This pipeline emits messages to the console for each frame that has been analysed. * </refsect2> * * Last reviewed on 2007-05-30 (0.10.5) |