diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-22 12:06:19 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-22 12:06:19 +0000 |
commit | 274a5b1f9c785471edb2bcd09d2ba9a00cc7dc18 (patch) | |
tree | db386399b5d28067e62b0de916bbda27bfff9efb /docs/plugins/inspect/plugin-mpeg2enc.xml | |
parent | 670db4aade1e49957b7b29a7c7513373bcc45288 (diff) | |
download | gst-plugins-bad-274a5b1f9c785471edb2bcd09d2ba9a00cc7dc18.tar.gz gst-plugins-bad-274a5b1f9c785471edb2bcd09d2ba9a00cc7dc18.tar.bz2 gst-plugins-bad-274a5b1f9c785471edb2bcd09d2ba9a00cc7dc18.zip |
docs/plugins/: Regenerate.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/inspect/plugin-mpeg2enc.xml:
* docs/plugins/inspect/plugin-musepack.xml:
Regenerate.
* docs/plugins/inspect/plugin-tremor.xml:
Add vorbisidec aka trmor.
* ext/dc1394/gstdc1394.c:
Add short description.
Diffstat (limited to 'docs/plugins/inspect/plugin-mpeg2enc.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-mpeg2enc.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index 8b23a976..739c7fa2 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -14,21 +14,20 @@ <longname>mpeg2enc video encoder</longname> <class>Codec/Encoder/Video</class> <description>High-quality MPEG-1/2 video encoder</description> - <author>Andrew Stevens <andrew.stevens@nexgo.de> - Ronald Bultje <rbultje@ronald.bitfreak.net></author> + <author>Andrew Stevens <andrew.stevens@nexgo.de>012Ronald Bultje <rbultje@ronald.bitfreak.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/mpeg, systemstream=(boolean)false, mpegversion=(int){ 1, 2 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/mpeg, systemstream=(boolean)false, mpegversion=(int){ 1, 2 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> + </caps> </pads> </element> </elements> |