mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
docs/pwg/advanced-types.xml: Added more formats to caps table.
Original commit message from CVS: * docs/pwg/advanced-types.xml: Added more formats to caps table.
This commit is contained in:
parent
ce6c77cf48
commit
0caaa7deee
2 changed files with 40 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-06-15 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/pwg/advanced-types.xml:
|
||||
Added more formats to caps table.
|
||||
|
||||
2007-06-15 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tools/gst-launch.c: (main):
|
||||
|
|
|
@ -149,7 +149,7 @@ plugin_init (GstPlugin *plugin)
|
|||
</sect1>
|
||||
|
||||
<!-- ############ sect1 ############# -->
|
||||
|
||||
|
||||
<sect1 id="section-types-definitions" xreflabel="List of Defined Types">
|
||||
<title>List of Defined Types</title>
|
||||
<para>
|
||||
|
@ -249,7 +249,7 @@ plugin_init (GstPlugin *plugin)
|
|||
</row>
|
||||
|
||||
<!-- ############ subtitle ############# -->
|
||||
|
||||
|
||||
<row>
|
||||
<entry spanname="fullwidth">
|
||||
<emphasis>All raw audio types.</emphasis>
|
||||
|
@ -1159,15 +1159,29 @@ plugin_init (GstPlugin *plugin)
|
|||
</row>
|
||||
|
||||
<!-- ############ subtitle ############# -->
|
||||
|
||||
|
||||
<row>
|
||||
<entry spanname="fullwidth">
|
||||
<emphasis>All image types.</emphasis>
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
|
||||
<!-- ############ type ############# -->
|
||||
|
||||
<row>
|
||||
<entry>image/gif</entry>
|
||||
<entry>Graphics Interchange Format.</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
There are currently no specific properties defined or needed for
|
||||
this type.
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<!-- ############ type ############# -->
|
||||
|
||||
|
||||
<row>
|
||||
<entry>image/jpeg</entry>
|
||||
<entry>Joint Picture Expert Group Image.</entry>
|
||||
|
@ -1181,9 +1195,9 @@ plugin_init (GstPlugin *plugin)
|
|||
video/x-jpeg ("Motion JPEG").
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
|
||||
<!-- ############ type ############# -->
|
||||
|
||||
|
||||
<row>
|
||||
<entry>image/png</entry>
|
||||
<entry>Portable Network Graphics Image.</entry>
|
||||
|
@ -1195,6 +1209,20 @@ plugin_init (GstPlugin *plugin)
|
|||
this type.
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<!-- ############ type ############# -->
|
||||
|
||||
<row>
|
||||
<entry>image/tiff</entry>
|
||||
<entry>Tagged Image File Format.</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
There are currently no specific properties defined or needed for
|
||||
this type.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue