mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 10:04:19 +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):
|
||||
|
|
|
@ -1168,6 +1168,20 @@ plugin_init (GstPlugin *plugin)
|
|||
|
||||
<!-- ############ 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>
|
||||
|
@ -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