summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-07 12:01:18 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-07 12:01:18 +0100
commiteb2c0df642aadda990c0edbfb7a420ac3211716a (patch)
tree171c47a73d893ffca3f40abf11b298d678798ba3
parent27feb0ed005565c74ba3b89582ab7cb40e9866a6 (diff)
docs: update plugin docs for recent changes
And sorted hierarchy
-rw-r--r--docs/plugins/gstreamer-plugins.args20
-rw-r--r--docs/plugins/gstreamer-plugins.hierarchy48
2 files changed, 44 insertions, 24 deletions
diff --git a/docs/plugins/gstreamer-plugins.args b/docs/plugins/gstreamer-plugins.args
index e844c01b0..3b0e6f187 100644
--- a/docs/plugins/gstreamer-plugins.args
+++ b/docs/plugins/gstreamer-plugins.args
@@ -589,6 +589,16 @@
</ARG>
<ARG>
+<NAME>GstQueue::silent</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Silent</NICK>
+<BLURB>Don't emit queue signals.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
<NAME>GstFileSink::location</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
@@ -978,3 +988,13 @@
<DEFAULT>TRUE</DEFAULT>
</ARG>
+<ARG>
+<NAME>GstQueue2::ring-buffer-max-size</NAME>
+<TYPE>guint64</TYPE>
+<RANGE><= G_MAXUINT</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Max. ring buffer size (bytes)</NICK>
+<BLURB>Max. amount of data in the ring buffer (bytes, 0 = disabled.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
diff --git a/docs/plugins/gstreamer-plugins.hierarchy b/docs/plugins/gstreamer-plugins.hierarchy
index a32ec2cf8..6d424b5e9 100644
--- a/docs/plugins/gstreamer-plugins.hierarchy
+++ b/docs/plugins/gstreamer-plugins.hierarchy
@@ -1,40 +1,40 @@
GObject
GstObject
- GstPad
- GstPadTemplate
- GstPluginFeature
- GstElementFactory
- GstTypeFindFactory
- GstIndexFactory
+ GstBus
+ GstClock
GstElement
- GstBin
- GstPipeline
- GstBaseTransform
- GstCapsFilter
- GstIdentity
- GstBaseSrc
- GstFakeSrc
- GstPushSrc
- GstFdSrc
- GstFileSrc
GstBaseSink
GstFakeSink
GstFdSink
GstFileSink
+ GstBaseSrc
+ GstFakeSrc
+ GstFileSrc
+ GstPushSrc
+ GstFdSrc
+ GstBaseTransform
+ GstCapsFilter
+ GstIdentity
+ GstBin
+ GstPipeline
+ GstMultiQueue
GstQueue
GstQueue2
GstTee
GstTypeFindElement
- GstMultiQueue
- GstBus
- GstTask
- GstTaskPool
- GstClock
- GstPlugin
- GstRegistry
GstIndex
- GstMemIndex
GstFileIndex
+ GstMemIndex
+ GstPad
+ GstPadTemplate
+ GstPlugin
+ GstPluginFeature
+ GstElementFactory
+ GstIndexFactory
+ GstTypeFindFactory
+ GstRegistry
+ GstTask
+ GstTaskPool
GstSignalObject
GInterface
GTypePlugin