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:
Stefan Kost 2007-06-15 07:27:00 +00:00
parent ce6c77cf48
commit 0caaa7deee
2 changed files with 40 additions and 7 deletions

View file

@ -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):

View file

@ -1166,6 +1166,20 @@ plugin_init (GstPlugin *plugin)
</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>
@ -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>