diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-05-21 13:01:30 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-05-21 15:06:14 +0100 |
commit | a4fabfb959346fe66ca0bf0c3c1a8988938454ef (patch) | |
tree | 5e66a4dc462ac4f6644c5d124a16d1fb2eb8fa70 | |
parent | 0e12bf83a32e1f7ac57b0e6749209da2aba81a3e (diff) | |
download | gstreamer-plugins-good-a4fabfb959346fe66ca0bf0c3c1a8988938454ef.tar.gz |
matroska: fix up plugin and element descriptions a bit
-rw-r--r-- | docs/plugins/inspect/plugin-matroska.xml | 35 | ||||
-rw-r--r-- | gst/matroska/matroska-demux.c | 2 | ||||
-rw-r--r-- | gst/matroska/matroska.c | 2 | ||||
-rw-r--r-- | gst/matroska/webm-mux.c | 2 |
4 files changed, 34 insertions, 7 deletions
diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 7702dca59..19c8cab9c 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -1,6 +1,6 @@ <plugin> <name>matroska</name> - <description>Matroska stream handling</description> + <description>Matroska and WebM stream handling</description> <filename>../../gst/matroska/.libs/libgstmatroska.so</filename> <basename>libgstmatroska.so</basename> <version>0.10.22.1</version> @@ -13,7 +13,7 @@ <name>matroskademux</name> <longname>Matroska demuxer</longname> <class>Codec/Demuxer</class> - <description>Demuxes a Matroska Stream into video/audio/subtitles</description> + <description>Demuxes Matroska/WebM streams into video/audio/subtitles</description> <author>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></author> <pads> <caps> @@ -71,9 +71,36 @@ <name>video_%d</name> <direction>sink</direction> <presence>request</presence> - <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-theora; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-pn-realvideo, rmversion=(int)[ 1, 4 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ YUY2, I420, YV12, UYVY, AYUV }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, wmvversion=(int)[ 1, 3 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-theora; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-pn-realvideo, rmversion=(int)[ 1, 4 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ YUY2, I420, YV12, UYVY, AYUV }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, wmvversion=(int)[ 1, 3 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + </pads> + </element> + <element> + <name>webmmux</name> + <longname>WebM muxer</longname> + <class>Codec/Muxer</class> + <description>Muxes video and audio streams into a WebM stream</description> + <author>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/webm</details> + </caps> + <caps> + <name>audio_%d</name> + <direction>sink</direction> + <presence>request</presence> + <details>audio/x-vorbis, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]</details> + </caps> + <caps> + <name>video_%d</name> + <direction>sink</direction> + <presence>request</presence> + <details>video/x-vp8, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> </elements> -</plugin>
\ No newline at end of file +</plugin> diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index ec27329f9..a5f551d1d 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -198,7 +198,7 @@ gst_matroska_demux_base_init (gpointer klass) gst_element_class_set_details_simple (element_class, "Matroska demuxer", "Codec/Demuxer", - "Demuxes a Matroska Stream into video/audio/subtitles", + "Demuxes Matroska/WebM streams into video/audio/subtitles", "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>"); } diff --git a/gst/matroska/matroska.c b/gst/matroska/matroska.c index 77634767c..503e24dd1 100644 --- a/gst/matroska/matroska.c +++ b/gst/matroska/matroska.c @@ -47,5 +47,5 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "matroska", - "Matroska stream handling", + "Matroska and WebM stream handling", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/gst/matroska/webm-mux.c b/gst/matroska/webm-mux.c index a0a4c4e5e..09a437d54 100644 --- a/gst/matroska/webm-mux.c +++ b/gst/matroska/webm-mux.c @@ -89,7 +89,7 @@ gst_webm_mux_class_init (GstWebMMuxClass * klass) gst_static_pad_template_get (&webm_src_templ)); gst_element_class_set_details_simple (gstelement_class, "WebM muxer", "Codec/Muxer", - "Muxes video/audio/subtitle streams into a WebM stream", + "Muxes video and audio streams into a WebM stream", "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>"); } |