mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +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>
|
2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/gstplugin.c: (gst_plugin_load_file):
|
* gst/gstplugin.c: (gst_plugin_load_file):
|
||||||
|
|
|
@ -887,12 +887,11 @@ plugin_init (GstPlugin *plugin)
|
||||||
<row>
|
<row>
|
||||||
<entry>video/x-h263</entry>
|
<entry>video/x-h263</entry>
|
||||||
<entry>H-263 video.</entry>
|
<entry>H-263 video.</entry>
|
||||||
<entry></entry>
|
<entry>variant</entry>
|
||||||
<entry></entry>
|
<entry>string</entry>
|
||||||
<entry></entry>
|
<entry>itu, lead, microsoft, vdolive, vivo, xirlink </entry>
|
||||||
<entry>
|
<entry>
|
||||||
There are currently no specific properties defined or needed for
|
Vendor specific variant of the format. 'itu' is the standard.
|
||||||
this type.
|
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -901,12 +900,11 @@ plugin_init (GstPlugin *plugin)
|
||||||
<row>
|
<row>
|
||||||
<entry>video/x-h264</entry>
|
<entry>video/x-h264</entry>
|
||||||
<entry>H-264 video.</entry>
|
<entry>H-264 video.</entry>
|
||||||
<entry></entry>
|
<entry>variant</entry>
|
||||||
<entry></entry>
|
<entry>string</entry>
|
||||||
<entry></entry>
|
<entry>itu, videosoft</entry>
|
||||||
<entry>
|
<entry>
|
||||||
There are currently no specific properties defined or needed for
|
Vendor specific variant of the format. 'itu' is the standard.
|
||||||
this type.
|
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -939,6 +937,19 @@ plugin_init (GstPlugin *plugin)
|
||||||
|
|
||||||
<!-- ############ type ############# -->
|
<!-- ############ 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>
|
<row>
|
||||||
<entry>video/x-jpeg</entry>
|
<entry>video/x-jpeg</entry>
|
||||||
<entry>Motion-JPEG video.</entry>
|
<entry>Motion-JPEG video.</entry>
|
||||||
|
|
Loading…
Reference in a new issue