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>
|
2007-06-15 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* tools/gst-launch.c: (main):
|
* tools/gst-launch.c: (main):
|
||||||
|
|
|
@ -149,7 +149,7 @@ plugin_init (GstPlugin *plugin)
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<!-- ############ sect1 ############# -->
|
<!-- ############ sect1 ############# -->
|
||||||
|
|
||||||
<sect1 id="section-types-definitions" xreflabel="List of Defined Types">
|
<sect1 id="section-types-definitions" xreflabel="List of Defined Types">
|
||||||
<title>List of Defined Types</title>
|
<title>List of Defined Types</title>
|
||||||
<para>
|
<para>
|
||||||
|
@ -249,7 +249,7 @@ plugin_init (GstPlugin *plugin)
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<!-- ############ subtitle ############# -->
|
<!-- ############ subtitle ############# -->
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry spanname="fullwidth">
|
<entry spanname="fullwidth">
|
||||||
<emphasis>All raw audio types.</emphasis>
|
<emphasis>All raw audio types.</emphasis>
|
||||||
|
@ -1159,15 +1159,29 @@ plugin_init (GstPlugin *plugin)
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<!-- ############ subtitle ############# -->
|
<!-- ############ subtitle ############# -->
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry spanname="fullwidth">
|
<entry spanname="fullwidth">
|
||||||
<emphasis>All image types.</emphasis>
|
<emphasis>All image types.</emphasis>
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</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 ############# -->
|
<!-- ############ type ############# -->
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>image/jpeg</entry>
|
<entry>image/jpeg</entry>
|
||||||
<entry>Joint Picture Expert Group Image.</entry>
|
<entry>Joint Picture Expert Group Image.</entry>
|
||||||
|
@ -1181,9 +1195,9 @@ plugin_init (GstPlugin *plugin)
|
||||||
video/x-jpeg ("Motion JPEG").
|
video/x-jpeg ("Motion JPEG").
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<!-- ############ type ############# -->
|
<!-- ############ type ############# -->
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>image/png</entry>
|
<entry>image/png</entry>
|
||||||
<entry>Portable Network Graphics Image.</entry>
|
<entry>Portable Network Graphics Image.</entry>
|
||||||
|
@ -1195,6 +1209,20 @@ plugin_init (GstPlugin *plugin)
|
||||||
this type.
|
this type.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</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>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue