From eb2c0df642aadda990c0edbfb7a420ac3211716a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 7 Sep 2010 12:01:18 +0100 Subject: [PATCH] docs: update plugin docs for recent changes And sorted hierarchy --- docs/plugins/gstreamer-plugins.args | 20 ++++++++++ docs/plugins/gstreamer-plugins.hierarchy | 48 ++++++++++++------------ 2 files changed, 44 insertions(+), 24 deletions(-) diff --git a/docs/plugins/gstreamer-plugins.args b/docs/plugins/gstreamer-plugins.args index e844c01b0e..3b0e6f1875 100644 --- a/docs/plugins/gstreamer-plugins.args +++ b/docs/plugins/gstreamer-plugins.args @@ -588,6 +588,16 @@ 0 + +GstQueue::silent +gboolean + +rw +Silent +Don't emit queue signals. +FALSE + + GstFileSink::location gchar* @@ -978,3 +988,13 @@ TRUE + +GstQueue2::ring-buffer-max-size +guint64 +<= G_MAXUINT +rw +Max. ring buffer size (bytes) +Max. amount of data in the ring buffer (bytes, 0 = disabled. +0 + + diff --git a/docs/plugins/gstreamer-plugins.hierarchy b/docs/plugins/gstreamer-plugins.hierarchy index a32ec2cf8d..6d424b5e9e 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 + GstIndex + GstFileIndex + GstMemIndex + GstPad + GstPadTemplate + GstPlugin + GstPluginFeature + GstElementFactory + GstIndexFactory + GstTypeFindFactory + GstRegistry GstTask GstTaskPool - GstClock - GstPlugin - GstRegistry - GstIndex - GstMemIndex - GstFileIndex GstSignalObject GInterface GTypePlugin