mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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).
This commit is contained in:
parent
c21135ddd3
commit
ee201f1f9b
3 changed files with 173 additions and 21 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-01-24 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* 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).
|
||||
|
||||
2008-01-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* gst/mpegtsparse/gstmpegdesc.h:
|
||||
|
|
|
@ -18768,6 +18768,66 @@
|
|||
<DEFAULT>""</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSouphttpSrc::iradio-genre</NAME>
|
||||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>r</FLAGS>
|
||||
<NICK>iradio-genre</NICK>
|
||||
<BLURB>Genre of the stream.</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSouphttpSrc::iradio-mode</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>iradio-mode</NICK>
|
||||
<BLURB>Enable internet radio mode (extraction of shoutcast/icecast metadata).</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSouphttpSrc::iradio-name</NAME>
|
||||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>r</FLAGS>
|
||||
<NICK>iradio-name</NICK>
|
||||
<BLURB>Name of the stream.</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSouphttpSrc::iradio-title</NAME>
|
||||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>r</FLAGS>
|
||||
<NICK>iradio-title</NICK>
|
||||
<BLURB>Name of currently playing song.</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSouphttpSrc::iradio-url</NAME>
|
||||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>r</FLAGS>
|
||||
<NICK>iradio-url</NICK>
|
||||
<BLURB>Homepage URL for radio stream.</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSouphttpSrc::user-agent</NAME>
|
||||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>User-Agent</NICK>
|
||||
<BLURB>Value of the User-Agent HTTP request header field.</BLURB>
|
||||
<DEFAULT>"GStreamer souphttpsrc"</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSpeexResample::quality</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
|
@ -19078,3 +19138,88 @@
|
|||
<DEFAULT></DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMetadataDemux::parse-only</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>parse-only</NICK>
|
||||
<BLURB>If TRUE, don't strip out any chunk.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMythtvSrc::location</NAME>
|
||||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Location</NICK>
|
||||
<BLURB>The location. In the form:
|
||||
myth://a.com/file.nuv
|
||||
myth://a.com:23223/file.nuv
|
||||
myth://a.com/?channel=123
|
||||
myth://a.com/?channel=Channel%203
|
||||
a.com/file.nuv - default scheme 'myth'.</BLURB>
|
||||
<DEFAULT>""</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMythtvSrc::mythtv-channel</NAME>
|
||||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>mythtv-channel</NICK>
|
||||
<BLURB>Change MythTV channel number.</BLURB>
|
||||
<DEFAULT>""</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMythtvSrc::mythtv-enable-timing-position</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>mythtv-enable-timing-position</NICK>
|
||||
<BLURB>Enable MythTV Live TV content size continuous updating.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMythtvSrc::mythtv-live</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>mythtv-live</NICK>
|
||||
<BLURB>Enable MythTV Live TV content streaming.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMythtvSrc::mythtv-live-chainid</NAME>
|
||||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>mythtv-live-chainid</NICK>
|
||||
<BLURB>Sets the MythTV chain ID (from TV Chain).</BLURB>
|
||||
<DEFAULT>""</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMythtvSrc::mythtv-live-id</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[0,200]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>mythtv-live-id</NICK>
|
||||
<BLURB>Change MythTV version.</BLURB>
|
||||
<DEFAULT>1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMythtvSrc::mythtv-version</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[26,30]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>mythtv-version</NICK>
|
||||
<BLURB>Change MythTV version.</BLURB>
|
||||
<DEFAULT>26</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -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,43 +10,43 @@
|
|||
<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 <edgard.lima@indt.org.br></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</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>
|
||||
<presence>always</presence>
|
||||
<details>image/jpeg; image/png</details>
|
||||
<details>image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true</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>
|
||||
<author>Edgard Lima <edgard.lima@indt.org.br></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>image/jpeg, tags-extracted=(boolean)false; image/png, tags-extracted=(boolean)false</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<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 <edgard.lima@indt.org.br></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>image/jpeg; image/png</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true</details>
|
||||
</caps>
|
||||
</pads>
|
||||
|
|
Loading…
Reference in a new issue