mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 05:16:36 +00:00
docs: update plugin introspection data
Now more files are merged and produced in a canonical fashion, which hopefully creates less or no delta in the future.
This commit is contained in:
parent
b9b1a5a88f
commit
322ff4ae4f
3 changed files with 27 additions and 28 deletions
|
@ -271,7 +271,7 @@
|
|||
<ARG>
|
||||
<NAME>GstFakeSink::num-buffers</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>num-buffers</NICK>
|
||||
<BLURB>Number of buffers to accept going EOS.</BLURB>
|
||||
|
|
|
@ -1,44 +1,43 @@
|
|||
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
|
||||
GstFunnel
|
||||
GstInputSelector
|
||||
GstMultiQueue
|
||||
GstOutputSelector
|
||||
GstQueue
|
||||
GstQueue2
|
||||
GstTee
|
||||
GstTypeFindElement
|
||||
GstMultiQueue
|
||||
GstValve
|
||||
GstBus
|
||||
GstTask
|
||||
GstTaskPool
|
||||
GstClock
|
||||
GstPlugin
|
||||
GstRegistry
|
||||
GstIndex
|
||||
GstMemIndex
|
||||
GstFileIndex
|
||||
GstPad
|
||||
GstPadTemplate
|
||||
GstPlugin
|
||||
GstPluginFeature
|
||||
GstElementFactory
|
||||
GstIndexFactory
|
||||
GstTypeFindFactory
|
||||
GstRegistry
|
||||
GstTask
|
||||
GstTaskPool
|
||||
GstSignalObject
|
||||
GInterface
|
||||
GTypePlugin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstFdSrc GstURIHandler
|
||||
GstFileSrc GstURIHandler
|
||||
GstFdSink GstURIHandler
|
||||
GstFdSrc GstURIHandler
|
||||
GstFileSink GstURIHandler
|
||||
GstFileSrc GstURIHandler
|
||||
GstPipeline GstChildProxy
|
||||
|
|
Loading…
Reference in a new issue