From 204755d0ff4759591e7404fbd386102c97825413 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 23 Sep 2005 18:23:04 +0000 Subject: [PATCH] updating docs Original commit message from CVS: updating docs --- ChangeLog | 9 +++++++ docs/plugins/gst-plugins-good-plugins.args | 38 +++++++++++++++++++++++------- docs/plugins/inspect/plugin-alpha.xml | 2 +- docs/plugins/inspect/plugin-rtp.xml | 20 +++++++++++++--- gst/level/gstlevel.c | 2 +- 5 files changed, 57 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74ef22b..5e12562 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2005-09-23 Thomas Vander Stichele + * docs/plugins/gst-plugins-good-plugins.args: + * docs/plugins/inspect/plugin-alpha.xml: + * docs/plugins/inspect/plugin-rtp.xml: + * gst/level/gstlevel.c: (gst_level_set_caps), + (gst_level_transform_ip): + updating docs + +2005-09-23 Thomas Vander Stichele + * Makefile.am: * check/elements/level.c: (GST_START_TEST): * gst/level/Makefile.am: diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 45ebd63..fba4f7a 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -4239,13 +4239,23 @@ +GstRtpMP4VEnc::send-config +gboolean + +rw +Send Config +Send the config parameters in RTP packets as well. +FALSE + + + GstLevel::interval -gdouble -[0.01,100] +guint64 +>= 1 rw Interval -Interval between posts (in seconds). -0.1 +Interval of time between message posts (in nanoseconds). +100000000 @@ -4254,7 +4264,7 @@ rw mesage -Post a level message for each interval. +Post a level message for each passed interval. TRUE @@ -4270,12 +4280,12 @@ GstLevel::peak-ttl -gdouble -[0,100] +guint64 + rw Peak TTL -Time To Live of decay peak before it falls back. -0.3 +Time To Live of decay peak before it falls back (in nanoseconds). +300000000 @@ -6498,3 +6508,13 @@ 2000000000 + +GstRtpGSMParse::frequency +gint + +rw +frequency +frequency. +8000 + + diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index d6a986d..ee50166 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -1,6 +1,6 @@ alpha - resizes a video by adding borders or cropping + adds an alpha channel to video ../../gst/alpha/.libs/libgstalpha.so libgstalpha.so 0.9.1.1 diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index b04402f..5e04186 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -13,14 +13,14 @@ rtpamrdec RTP packet parser Codec/Parser/Network - Extracts MPEG audio from RTP packets + Extracts AMR audio from RTP packets (RFC 3267) Wim Taymans <wim@fluendo.com> rtpamrenc RTP packet parser Codec/Parser/Network - Encode AMR audio into RTP packets + Encode AMR audio into RTP packets (RFC 3267) Wim Taymans <wim@fluendo.com> @@ -31,6 +31,20 @@ Wim Taymans <wim@fluendo.com> + rtpgsmenc + RTP GSM Audio Encoder + Codec/Encoder/Network + Encodes GSM audio into a RTP packet + Zeeshan Ali <zak147@yahoo.com> + + + rtpgsmparse + RTP packet parser + Codec/Parser/Network + Extracts GSM audio from RTP packets + Zeeshan Ali <zak147@yahoo.com> + + rtph263pdec RTP packet parser Codec/Parser/Network @@ -41,7 +55,7 @@ rtph263penc RTP packet parser Codec/Parser/Network - Extracts H263+ video from RTP packets + Encodes H263+ video in RTP packets (RFC 2429) Wim Taymans <wim@fluendo.com> diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index f7d22ed..b1d6344 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -25,7 +25,7 @@ * * * Level analyses incoming audio buffers and, if the - * message property is #TRUE. + * message property is #TRUE, * generates an application message named * "level": * after each interval of time given by the -- 2.7.4