docs/pwg/advanced-types.xml: Added more formats to caps table.
authorStefan Kost <ensonic@users.sourceforge.net>
Fri, 15 Jun 2007 07:27:00 +0000 (07:27 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Fri, 15 Jun 2007 07:27:00 +0000 (07:27 +0000)
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Added more formats to caps table.

ChangeLog
docs/pwg/advanced-types.xml

index 33319a8..75b9389 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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):
          Remove crufy code. GOption does not need this workaround.
 
index ae67b46..883377b 100644 (file)
@@ -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>