From ee201f1f9b4505382f9b3eacd478a997f5488e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 24 Jan 2008 10:15:34 +0000 Subject: [PATCH] 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). --- ChangeLog | 7 ++ docs/plugins/gst-plugins-bad-plugins.args | 145 ++++++++++++++++++++++ docs/plugins/inspect/plugin-metadata.xml | 42 +++---- 3 files changed, 173 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index c7e44b14d7..50d61873dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-01-24 Tim-Philipp Müller + + * 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 * gst/mpegtsparse/gstmpegdesc.h: diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 14959e7c11..1cd87a4c38 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -18768,6 +18768,66 @@ "" + +GstSouphttpSrc::iradio-genre +gchararray + +r +iradio-genre +Genre of the stream. +NULL + + + +GstSouphttpSrc::iradio-mode +gboolean + +rw +iradio-mode +Enable internet radio mode (extraction of shoutcast/icecast metadata). +FALSE + + + +GstSouphttpSrc::iradio-name +gchararray + +r +iradio-name +Name of the stream. +NULL + + + +GstSouphttpSrc::iradio-title +gchararray + +r +iradio-title +Name of currently playing song. +NULL + + + +GstSouphttpSrc::iradio-url +gchararray + +r +iradio-url +Homepage URL for radio stream. +NULL + + + +GstSouphttpSrc::user-agent +gchararray + +rw +User-Agent +Value of the User-Agent HTTP request header field. +"GStreamer souphttpsrc" + + GstSpeexResample::quality gint @@ -19078,3 +19138,88 @@ + +GstMetadataDemux::parse-only +gboolean + +rw +parse-only +If TRUE, don't strip out any chunk. +FALSE + + + +GstMythtvSrc::location +gchararray + +rw +Location +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'. +"" + + + +GstMythtvSrc::mythtv-channel +gchararray + +rw +mythtv-channel +Change MythTV channel number. +"" + + + +GstMythtvSrc::mythtv-enable-timing-position +gboolean + +rw +mythtv-enable-timing-position +Enable MythTV Live TV content size continuous updating. +FALSE + + + +GstMythtvSrc::mythtv-live +gboolean + +rw +mythtv-live +Enable MythTV Live TV content streaming. +FALSE + + + +GstMythtvSrc::mythtv-live-chainid +gchararray + +rw +mythtv-live-chainid +Sets the MythTV chain ID (from TV Chain). +"" + + + +GstMythtvSrc::mythtv-live-id +gint +[0,200] +rw +mythtv-live-id +Change MythTV version. +1 + + + +GstMythtvSrc::mythtv-version +gint +[26,30] +rw +mythtv-version +Change MythTV version. +26 + + diff --git a/docs/plugins/inspect/plugin-metadata.xml b/docs/plugins/inspect/plugin-metadata.xml index ab4b21709c..6a68f1245b 100644 --- a/docs/plugins/inspect/plugin-metadata.xml +++ b/docs/plugins/inspect/plugin-metadata.xml @@ -1,6 +1,6 @@ metadata - Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) parser and muxer + Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer ../../ext/metadata/.libs/libgstmetadata.so libgstmetadata.so 0.10.5.1 @@ -10,43 +10,43 @@ Unknown package origin - metadatamux - Metadata muxer - Muxer/Metadata - Convert tags to metadata (EXIF, IPTC and XMP) and insert into the stream + metadatademux + Metadata demuxer + Demuxer/Extracter/Metadata + Send metadata tags (EXIF, IPTC and XMP) and remove metadata chunks from stream Edgard Lima <edgard.lima@indt.org.br> - - sink - sink - always -
image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true
-
src source always -
image/jpeg; image/png
+
image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true
-
-
- - metadataparse - Metadata parser - Parser/Extracter/Metadata - Send metadata tags (EXIF, IPTC and XMP) while passing throught the contents - Edgard Lima <edgard.lima@indt.org.br> - sink sink always
image/jpeg, tags-extracted=(boolean)false; image/png, tags-extracted=(boolean)false
+
+
+ + metadatamux + Metadata muxer + Muxer/Extracter/Metadata + Write metadata (EXIF, IPTC and XMP) into a image stream + Edgard Lima <edgard.lima@indt.org.br> + src source always +
image/jpeg; image/png
+
+ + sink + sink + always
image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true