docs/pwg/advanced-types.xml: add more missing type details
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 22 Nov 2006 12:29:41 +0000 (12:29 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 22 Nov 2006 12:29:41 +0000 (12:29 +0000)
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
add more missing type details
* tools/gst-run.c: (main):
remove unused variable

ChangeLog
docs/pwg/advanced-types.xml
tools/gst-run.c

index c7993da..ced2825 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-11-22  Stefan Kost  <ensonic@users.sf.net>
+
+       * docs/pwg/advanced-types.xml:
+         add more missing type details
+
+       * tools/gst-run.c: (main):
+         remove unused variable
+
 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
 
        * docs/libs/Makefile.am:
index 9db468a..c2a299d 100644 (file)
@@ -885,8 +885,8 @@ plugin_init (GstPlugin *plugin)
           <!-- ############ type ############# -->
 
           <row>
-            <entry>video/x-h263</entry>
-            <entry>H-263 video.</entry>
+            <entry morerows="1">video/x-h263</entry>
+            <entry morerows="1">H-263 video.</entry>
             <entry>variant</entry>
             <entry>string</entry>
             <entry>itu, lead, microsoft, vdolive, vivo, xirlink </entry>
@@ -894,6 +894,14 @@ plugin_init (GstPlugin *plugin)
               Vendor specific variant of the format. 'itu' is the standard.
             </entry>
           </row>
+          <row>
+            <entry>h263version</entry>
+            <entry>string</entry>
+            <entry>h263, h263p, h263pp</entry>
+            <entry>
+              Enhanced versions of the h263 codec.
+            </entry>
+          </row>
 
           <!-- ############ type ############# -->
 
index 19e4b15..a34f0e7 100644 (file)
@@ -294,7 +294,6 @@ main (int argc, char **argv)
   gchar *desc;
   GOptionContext *ctx;
   GError *err = NULL;
-  int nextopt;
 
   /* detect stuff */
   dir = get_dir_of_binary (argv[0]);