docs: update of the plugin docs, adding new introspect data

This commit is contained in:
Stefan Kost 2010-01-29 11:39:50 +02:00
parent bb5331e272
commit 766a9bf409
5 changed files with 10751 additions and 1200 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,39 +1,30 @@
GstBin GstChildProxy GstBin GstChildProxy
GstPipeline GstChildProxy GstPipeline GstChildProxy
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter GstPhotography GstCameraBin GstChildProxy GstImplementsInterface GstTagSetter GstPhotography GstColorBalance
RsnDvdBin GstChildProxy GstURIHandler RsnDvdBin GstURIHandler GstChildProxy
DvbBaseBin GstChildProxy GstURIHandler DvbBaseBin GstURIHandler GstChildProxy
GstRtpBin GstChildProxy
GstFPSDisplaySink GstChildProxy GstFPSDisplaySink GstChildProxy
GstAutoConvert GstChildProxy
GstSDPDemux GstChildProxy GstSDPDemux GstChildProxy
GstMetadataMux GstTagSetter GstAutoConvert GstChildProxy
GstXvidEnc GstPreset
GstCDAudio GstURIHandler
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
VdpSink GstImplementsInterface GstNavigation GstXOverlay
GstApExSink GstImplementsInterface GstMixer GstApExSink GstImplementsInterface GstMixer
GstOss4Sink GstPropertyProbe GstOss4Sink GstPropertyProbe
GstAmrWbEnc GstPreset
GstMythtvSrc GstURIHandler
GstMMS GstURIHandler
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
GstNeonhttpSrc GstURIHandler GstNeonhttpSrc GstURIHandler
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
GstVCDSrc GstURIHandler GstVCDSrc GstURIHandler
GstDataURISrc GstURIHandler GstDataURISrc GstURIHandler
GstFaac GstPreset GstXvidEnc GstPreset
GstCeltEnc GstPreset GstTagSetter
GstBaseVideoEncoder GstPreset GstBaseVideoEncoder GstPreset
GstSchroEnc GstPreset
GstDiracEnc GstPreset GstDiracEnc GstPreset
GstKateEnc GstTagSetter GstCDAudio GstURIHandler
GstKateTag GstTagSetter GstFaac GstPreset
GstCeltEnc GstTagSetter GstPreset GstMetadataMux GstTagSetter
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
GstAsfMux GstTagSetter
GstQTMux GstTagSetter GstQTMux GstTagSetter
GstMP4Mux GstTagSetter GstMP4Mux GstTagSetter
GstGPPMux GstTagSetter GstGPPMux GstTagSetter
GstMJ2Mux GstTagSetter GstMJ2Mux GstTagSetter
GstAsfMux GstTagSetter
GstId3BaseMux GstTagSetter GstId3BaseMux GstTagSetter
GstId3Mux GstTagSetter GstId3Mux GstTagSetter

View file

@ -1,8 +1,8 @@
GstChildProxy GstObject GstChildProxy GstObject
GstTagSetter GstObject GstElement
GstImplementsInterface GstObject GstElement GstImplementsInterface GstObject GstElement
GstColorBalance GstObject GstImplementsInterface GstElement
GstXOverlay GstObject GstImplementsInterface GstElement GstXOverlay GstObject GstImplementsInterface GstElement
GstTagSetter GstObject GstElement
GstMixer GstObject GstImplementsInterface GstElement GstMixer GstObject GstImplementsInterface GstElement
MXFDescriptiveMetadataFrameworkInterface MXFMetadataBase MXFDescriptiveMetadata
GstColorBalance GstObject GstImplementsInterface GstElement
GstPhotography GstObject GstImplementsInterface GstElement GstPhotography GstObject GstImplementsInterface GstElement
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata

View file

@ -0,0 +1,34 @@
<plugin>
<name>jpegformat</name>
<description>JPEG interchange format plugin</description>
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
<basename>libgstjpegformat.so</basename>
<version>0.10.17.1</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>jpegparse</name>
<longname>JPEG stream parser</longname>
<class>Codec/Parser/Video</class>
<description>Parse JPEG images into single-frame buffers</description>
<author>Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>image/jpeg, parsed=(boolean)false</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>image/jpeg, format=(fourcc){ I420, Y41B, UYVY, YV12 }, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], interlaced=(boolean){ true, false }, framerate=(fraction)[ 0/1, 2147483647/1 ], parsed=(boolean)true</details>
</caps>
</pads>
</element>
</elements>
</plugin>