docs: update plugin docs for recent changes

And sorted hierarchy
This commit is contained in:
Tim-Philipp Müller 2010-09-07 12:01:18 +01:00
parent 27feb0ed00
commit eb2c0df642
2 changed files with 44 additions and 24 deletions

View file

@ -588,6 +588,16 @@
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </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> <ARG>
<NAME>GstFileSink::location</NAME> <NAME>GstFileSink::location</NAME>
<TYPE>gchar*</TYPE> <TYPE>gchar*</TYPE>
@ -978,3 +988,13 @@
<DEFAULT>TRUE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </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>

View file

@ -1,40 +1,40 @@
GObject GObject
GstObject GstObject
GstPad GstBus
GstPadTemplate GstClock
GstPluginFeature
GstElementFactory
GstTypeFindFactory
GstIndexFactory
GstElement GstElement
GstBin
GstPipeline
GstBaseTransform
GstCapsFilter
GstIdentity
GstBaseSrc
GstFakeSrc
GstPushSrc
GstFdSrc
GstFileSrc
GstBaseSink GstBaseSink
GstFakeSink GstFakeSink
GstFdSink GstFdSink
GstFileSink GstFileSink
GstBaseSrc
GstFakeSrc
GstFileSrc
GstPushSrc
GstFdSrc
GstBaseTransform
GstCapsFilter
GstIdentity
GstBin
GstPipeline
GstMultiQueue
GstQueue GstQueue
GstQueue2 GstQueue2
GstTee GstTee
GstTypeFindElement GstTypeFindElement
GstMultiQueue GstIndex
GstBus GstFileIndex
GstMemIndex
GstPad
GstPadTemplate
GstPlugin
GstPluginFeature
GstElementFactory
GstIndexFactory
GstTypeFindFactory
GstRegistry
GstTask GstTask
GstTaskPool GstTaskPool
GstClock
GstPlugin
GstRegistry
GstIndex
GstMemIndex
GstFileIndex
GstSignalObject GstSignalObject
GInterface GInterface
GTypePlugin GTypePlugin