mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
docs: update plugin docs for recent changes
And sorted hierarchy
This commit is contained in:
parent
27feb0ed00
commit
eb2c0df642
2 changed files with 44 additions and 24 deletions
|
@ -588,6 +588,16 @@
|
|||
<DEFAULT>0</DEFAULT>
|
||||
</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>
|
||||
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue