From a99d3f8769ed3fd1266d5216ecefebfd1bdcf663 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 12:29:42 +0200 Subject: Update and add documentation for plugins with no deps (gst). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. --- docs/plugins/gst-plugins-good-plugins.args | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'docs/plugins/gst-plugins-good-plugins.args') diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index f352ceb0..48bbaac9 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -411,7 +411,7 @@ GstUDPSrc::sockfd gint ->= G_MAXULONG +>= -1 rw Socket Handle Socket to use for UDP reception. (-1 == allocate). @@ -461,7 +461,7 @@ GstUDPSrc::sock gint ->= G_MAXULONG +>= -1 r Socket Handle Socket currently in use for UDP reception. (-1 = no socket). @@ -1671,7 +1671,7 @@ GstTest::allowed-timestamp-deviation gint64 ->= G_MAXULONG +>= -1 rwx allowed timestamp deviation allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -1681,7 +1681,7 @@ GstTest::buffer-count gint64 ->= G_MAXULONG +>= -1 r buffer count number of buffers in stream. @@ -1691,7 +1691,7 @@ GstTest::expected-buffer-count gint64 ->= G_MAXULONG +>= -1 rwx expected buffer count expected number of buffers in stream. @@ -1701,7 +1701,7 @@ GstTest::expected-length gint64 ->= G_MAXULONG +>= -1 rwx expected length expected length of stream. @@ -1721,7 +1721,7 @@ GstTest::length gint64 ->= G_MAXULONG +>= -1 r length length of stream. @@ -1741,7 +1741,7 @@ GstTest::timestamp-deviation gint64 ->= G_MAXULONG +>= -1 r timestamp deviation average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -1811,7 +1811,7 @@ GstBreakMyData::set-to gint -[G_MAXULONG,255] +[-1,255] rwx set-to set changed bytes to this value (-1 means random value. @@ -2131,7 +2131,7 @@ GstDynUDPSink::sockfd gint -[G_MAXULONG,32767] +[-1,32767] rw socket handle Socket to use for UDP sending. (-1 == allocate). @@ -2201,7 +2201,7 @@ GstMultiUDPSink::sock gint ->= G_MAXULONG +>= -1 r Socket Handle Socket currently in use for UDP sending. (-1 == no socket). @@ -2211,7 +2211,7 @@ GstMultiUDPSink::sockfd gint ->= G_MAXULONG +>= -1 rw Socket Handle Socket to use for UDP sending. (-1 == allocate). @@ -2241,7 +2241,7 @@ GstMultiUDPSink::qos-dscp gint -[G_MAXULONG,63] +[-1,63] rw QoS diff srv code point Quality of Service, differentiated services code point (-1 default). @@ -2811,7 +2811,7 @@ GstV4l2Src::device-fd gint ->= G_MAXULONG +>= -1 r File descriptor File descriptor of the device. @@ -3031,7 +3031,7 @@ GstRndBufferSize::max glong -[1,G_MAXINT] +>= 1 rwx maximum maximum buffer size. @@ -3041,7 +3041,7 @@ GstRndBufferSize::min glong -[0,G_MAXINT] +>= 0 rwx mininum mininum buffer size. @@ -3051,7 +3051,7 @@ GstRndBufferSize::seed gulong -<= G_MAXUINT + rwx random number seed seed for randomness (initialized when going from READY to PAUSED). -- cgit