mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
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:
parent
bf22daa437
commit
a91e03b7be
2 changed files with 26 additions and 10 deletions
|
@ -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):
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue