docs/pwg/advanced-types.xml: documents the new caps elements (see #363118)

Original commit message from CVS:
* docs/pwg/advanced-types.xml:
documents the new caps elements (see #363118)
This commit is contained in:
Stefan Kost 2006-11-07 07:34:43 +00:00
parent bf22daa437
commit a91e03b7be
2 changed files with 26 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2006-11-07 Stefan Kost <ensonic@users.sf.net>
* docs/pwg/advanced-types.xml:
documents the new caps elements (see #363118)
2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
* gst/gstplugin.c: (gst_plugin_load_file):

View file

@ -887,12 +887,11 @@ plugin_init (GstPlugin *plugin)
<row>
<entry>video/x-h263</entry>
<entry>H-263 video.</entry>
<entry></entry>
<entry></entry>
<entry></entry>
<entry>variant</entry>
<entry>string</entry>
<entry>itu, lead, microsoft, vdolive, vivo, xirlink </entry>
<entry>
There are currently no specific properties defined or needed for
this type.
Vendor specific variant of the format. 'itu' is the standard.
</entry>
</row>
@ -901,12 +900,11 @@ plugin_init (GstPlugin *plugin)
<row>
<entry>video/x-h264</entry>
<entry>H-264 video.</entry>
<entry></entry>
<entry></entry>
<entry></entry>
<entry>variant</entry>
<entry>string</entry>
<entry>itu, videosoft</entry>
<entry>
There are currently no specific properties defined or needed for
this type.
Vendor specific variant of the format. 'itu' is the standard.
</entry>
</row>
@ -939,6 +937,19 @@ plugin_init (GstPlugin *plugin)
<!-- ############ type ############# -->
<row>
<entry>video/x-intel-h263</entry>
<entry>H-263 video.</entry>
<entry>variant</entry>
<entry>string</entry>
<entry>intel</entry>
<entry>
Vendor specific variant of the format.
</entry>
</row>
<!-- ############ type ############# -->
<row>
<entry>video/x-jpeg</entry>
<entry>Motion-JPEG video.</entry>