summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-01-24 10:15:34 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-01-24 10:15:34 +0000
commitee201f1f9b4505382f9b3eacd478a997f5488e68 (patch)
treef3fe48504ebe7cf8de8aed9f21cb44f6c6564ff9 /docs/plugins/inspect
parentc21135ddd32ac7f306f5c50a5c78f946648e36ae (diff)
downloadgst-plugins-bad-ee201f1f9b4505382f9b3eacd478a997f5488e68.tar.gz
gst-plugins-bad-ee201f1f9b4505382f9b3eacd478a997f5488e68.tar.bz2
gst-plugins-bad-ee201f1f9b4505382f9b3eacd478a997f5488e68.zip
docs/plugins/: Update this too, hopefully fixes the docs build (does at least for me, after make clean in docs/plugins).
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/inspect/plugin-metadata.xml: Update this too, hopefully fixes the docs build (does at least for me, after make clean in docs/plugins).
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-metadata.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/plugins/inspect/plugin-metadata.xml b/docs/plugins/inspect/plugin-metadata.xml
index ab4b2170..6a68f124 100644
--- a/docs/plugins/inspect/plugin-metadata.xml
+++ b/docs/plugins/inspect/plugin-metadata.xml
@@ -1,6 +1,6 @@
<plugin>
<name>metadata</name>
- <description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) parser and muxer</description>
+ <description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
<basename>libgstmetadata.so</basename>
<version>0.10.5.1</version>
@@ -10,42 +10,42 @@
<origin>Unknown package origin</origin>
<elements>
<element>
- <name>metadatamux</name>
- <longname>Metadata muxer</longname>
- <class>Muxer/Metadata</class>
- <description>Convert tags to metadata (EXIF, IPTC and XMP) and insert into the stream</description>
+ <name>metadatademux</name>
+ <longname>Metadata demuxer</longname>
+ <class>Demuxer/Extracter/Metadata</class>
+ <description>Send metadata tags (EXIF, IPTC and XMP) and remove metadata chunks from stream</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
+ <name>src</name>
+ <direction>source</direction>
<presence>always</presence>
<details>image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true</details>
</caps>
<caps>
- <name>src</name>
- <direction>source</direction>
+ <name>sink</name>
+ <direction>sink</direction>
<presence>always</presence>
- <details>image/jpeg; image/png</details>
+ <details>image/jpeg, tags-extracted=(boolean)false; image/png, tags-extracted=(boolean)false</details>
</caps>
</pads>
</element>
<element>
- <name>metadataparse</name>
- <longname>Metadata parser</longname>
- <class>Parser/Extracter/Metadata</class>
- <description>Send metadata tags (EXIF, IPTC and XMP) while passing throught the contents</description>
+ <name>metadatamux</name>
+ <longname>Metadata muxer</longname>
+ <class>Muxer/Extracter/Metadata</class>
+ <description>Write metadata (EXIF, IPTC and XMP) into a image stream</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
+ <name>src</name>
+ <direction>source</direction>
<presence>always</presence>
- <details>image/jpeg, tags-extracted=(boolean)false; image/png, tags-extracted=(boolean)false</details>
+ <details>image/jpeg; image/png</details>
</caps>
<caps>
- <name>src</name>
- <direction>source</direction>
+ <name>sink</name>
+ <direction>sink</direction>
<presence>always</presence>
<details>image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true</details>
</caps>