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>
|
<ARG>
|
||||||
<NAME>GstFakeSink::num-buffers</NAME>
|
<NAME>GstFakeSink::num-buffers</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>num-buffers</NICK>
|
<NICK>num-buffers</NICK>
|
||||||
<BLURB>Number of buffers to accept going EOS.</BLURB>
|
<BLURB>Number of buffers to accept going EOS.</BLURB>
|
||||||
|
|
|
@ -1,44 +1,43 @@
|
||||||
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
|
||||||
GstFunnel
|
GstFunnel
|
||||||
GstInputSelector
|
GstInputSelector
|
||||||
|
GstMultiQueue
|
||||||
GstOutputSelector
|
GstOutputSelector
|
||||||
GstQueue
|
GstQueue
|
||||||
GstQueue2
|
GstQueue2
|
||||||
GstTee
|
GstTee
|
||||||
GstTypeFindElement
|
GstTypeFindElement
|
||||||
GstMultiQueue
|
|
||||||
GstValve
|
GstValve
|
||||||
GstBus
|
|
||||||
GstTask
|
|
||||||
GstTaskPool
|
|
||||||
GstClock
|
|
||||||
GstPlugin
|
|
||||||
GstRegistry
|
|
||||||
GstIndex
|
GstIndex
|
||||||
GstMemIndex
|
GstMemIndex
|
||||||
GstFileIndex
|
GstPad
|
||||||
|
GstPadTemplate
|
||||||
|
GstPlugin
|
||||||
|
GstPluginFeature
|
||||||
|
GstElementFactory
|
||||||
|
GstIndexFactory
|
||||||
|
GstTypeFindFactory
|
||||||
|
GstRegistry
|
||||||
|
GstTask
|
||||||
|
GstTaskPool
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
GInterface
|
GInterface
|
||||||
GTypePlugin
|
GTypePlugin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
GstBin GstChildProxy
|
GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
|
||||||
GstFdSrc GstURIHandler
|
|
||||||
GstFileSrc GstURIHandler
|
|
||||||
GstFdSink GstURIHandler
|
GstFdSink GstURIHandler
|
||||||
|
GstFdSrc GstURIHandler
|
||||||
GstFileSink GstURIHandler
|
GstFileSink GstURIHandler
|
||||||
|
GstFileSrc GstURIHandler
|
||||||
|
GstPipeline GstChildProxy
|
||||||
|
|
Loading…
Reference in a new issue