From c38d50ed061a60ba6e05c5e4336a90f82d7ada26 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 25 Jun 2007 12:35:46 +0000 Subject: [PATCH] docs/plugins/: Update docs with caps info. Original commit message from CVS: * docs/plugins/gstreamer-plugins.args: * docs/plugins/inspect/plugin-coreelements.xml: * docs/plugins/inspect/plugin-coreindexers.xml: Update docs with caps info. --- ChangeLog | 7 ++ common | 2 +- docs/plugins/gstreamer-plugins.args | 18 ++-- docs/plugins/inspect/plugin-coreelements.xml | 144 +++++++++++++++++++++++++-- docs/plugins/inspect/plugin-coreindexers.xml | 4 +- 5 files changed, 157 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 896decb..31ccd56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-06-25 Stefan Kost + + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/inspect/plugin-coreelements.xml: + * docs/plugins/inspect/plugin-coreindexers.xml: + Update docs with caps info. + 2007-06-24 Thomas Vander Stichele * po/it.po: diff --git a/common b/common index 14c5a689..e6a9941 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 14c5a68981278f642e4ca5fd5ca08554fc78b348 +Subproject commit e6a9941c662289c0743e5d8f4150458a664226f2 diff --git a/docs/plugins/gstreamer-plugins.args b/docs/plugins/gstreamer-plugins.args index ca29be0..3cc1d69 100644 --- a/docs/plugins/gstreamer-plugins.args +++ b/docs/plugins/gstreamer-plugins.args @@ -261,7 +261,7 @@ GstFakeSink::num-buffers gint ->= G_MAXULONG +>= -1 rw num-buffers Number of buffers to accept going EOS. @@ -633,8 +633,8 @@ GstCaps r -caps -detected capabilities in stream. +Fähigkeiten +Erkannte Fähigkeiten im Datenstrom. @@ -643,7 +643,7 @@ guint [1,100] rw -maximum +Maximum probability to stop typefinding (deprecated; non-functional). 100 @@ -653,7 +653,7 @@ guint [1,100] rw -minimum +Minimum minimum probability required to accept caps. 1 @@ -675,7 +675,7 @@ rw Extra Size (buffers) Amount of buffers the queues can grow if one of them is empty (0=disable). -200 +5 @@ -695,7 +695,7 @@ rw Extra Size (ns) Amount of time the queues can grow if one of them is empty (in ns, 0=disable). -1000000000 +3000000000 @@ -705,7 +705,7 @@ rw Max. size (buffers) Max. number of buffers in the queue (0=disable). -200 +5 @@ -725,7 +725,7 @@ rw Max. size (ns) Max. amount of data in the queue (in ns, 0=disable). -1000000000 +2000000000 diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index 56c865c..ff946f0 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -3,10 +3,10 @@ standard GStreamer elements ../../plugins/elements/.libs/libgstcoreelements.so libgstcoreelements.so - 0.10.13 + 0.10.13.1 LGPL gstreamer - GStreamer source release + GStreamer CVS/prerelease Unknown package origin @@ -15,6 +15,20 @@ Generic Pass data without modification, limiting formats David Schleef <ds@schleef.org> + + + src + source + always +
ANY
+
+ + sink + sink + always +
ANY
+
+
fakesink @@ -22,13 +36,29 @@ Sink Black hole for data Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com>, Mr. 'frag-me-more' Vanderwingo <wingo@fluendo.com> + + + sink + sink + always +
ANY
+
+
fakesrc Fake Source Source Push empty (no data) buffers around - Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim.taymans@chello.be> + Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com> + + + src + source + always +
ANY
+
+
fdsink @@ -36,13 +66,29 @@ Sink/File Write data to a file descriptor Erik Walthinsen <omega@cse.ogi.edu> + + + sink + sink + always +
ANY
+
+
fdsrc - Disk Source + Filedescriptor Source Source/File - Synchronous read from a file + Read from a file descriptor Erik Walthinsen <omega@cse.ogi.edu> + + + src + source + always +
ANY
+
+
filesink @@ -50,6 +96,14 @@ Sink/File Write stream to a file Thomas <thomas@apestaart.org> + + + sink + sink + always +
ANY
+
+
filesrc @@ -57,6 +111,14 @@ Source/File Read from arbitrary point in a file Erik Walthinsen <omega@cse.ogi.edu> + + + src + source + always +
ANY
+
+
identity @@ -64,6 +126,20 @@ Generic Pass data without modification Erik Walthinsen <omega@cse.ogi.edu> + + + src + source + always +
ANY
+
+ + sink + sink + always +
ANY
+
+
multiqueue @@ -71,6 +147,20 @@ Generic Multiple data queue Edward Hervey <edward@fluendo.com> + + + sink%d + sink + request +
ANY
+
+ + src%d + source + sometimes +
ANY
+
+
queue @@ -78,13 +168,41 @@ Generic Simple data queue Erik Walthinsen <omega@cse.ogi.edu> + + + src + source + always +
ANY
+
+ + sink + sink + always +
ANY
+
+
tee Tee pipe fitting Generic 1-to-N pipe fitting - Erik Walthinsen <omega@cse.ogi.edu>, Wim "Tim" Taymans <wim@fluendo.com> + Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com> + + + sink + sink + always +
ANY
+
+ + src%d + source + request +
ANY
+
+
typefind @@ -92,6 +210,20 @@ Generic Finds the media type of a stream Benjamin Otte <in7y118@public.uni-hamburg.de> + + + src + source + always +
ANY
+
+ + sink + sink + always +
ANY
+
+
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml index 8316f70..b0c82c9 100644 --- a/docs/plugins/inspect/plugin-coreindexers.xml +++ b/docs/plugins/inspect/plugin-coreindexers.xml @@ -3,10 +3,10 @@ GStreamer core indexers ../../plugins/indexers/.libs/libgstcoreindexers.so libgstcoreindexers.so - 0.10.13 + 0.10.13.1 LGPL gstreamer - GStreamer source release + GStreamer CVS/prerelease Unknown package origin -- 2.7.4