docs/pwg/advanced-types.xml: documents the new caps elements (see #363118)
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 7 Nov 2006 07:34:43 +0000 (07:34 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 7 Nov 2006 07:34:43 +0000 (07:34 +0000)
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
documents the new caps elements (see #363118)

ChangeLog
docs/pwg/advanced-types.xml

index 7be006d..6ef4428 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-07  Stefan Kost  <ensonic@users.sf.net>
+
+       * docs/pwg/advanced-types.xml:
+         documents the new caps elements (see #363118)
+
 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/gstplugin.c: (gst_plugin_load_file):
index 1678c3d..9db468a 100644 (file)
@@ -887,12 +887,11 @@ plugin_init (GstPlugin *plugin)
           <row>
             <entry>video/x-h263</entry>
             <entry>H-263 video.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
+            <entry>variant</entry>
+            <entry>string</entry>
+            <entry>itu, lead, microsoft, vdolive, vivo, xirlink </entry>
             <entry>
-              There are currently no specific properties defined or needed for
-              this type.
+              Vendor specific variant of the format. 'itu' is the standard.
             </entry>
           </row>
 
@@ -901,12 +900,11 @@ plugin_init (GstPlugin *plugin)
           <row>
             <entry>video/x-h264</entry>
             <entry>H-264 video.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
+            <entry>variant</entry>
+            <entry>string</entry>
+            <entry>itu, videosoft</entry>
             <entry>
-              There are currently no specific properties defined or needed for
-              this type.
+              Vendor specific variant of the format. 'itu' is the standard.
             </entry>
           </row>
 
@@ -940,6 +938,19 @@ plugin_init (GstPlugin *plugin)
           <!-- ############ type ############# -->
 
           <row>
+            <entry>video/x-intel-h263</entry>
+            <entry>H-263 video.</entry>
+            <entry>variant</entry>
+            <entry>string</entry>
+            <entry>intel</entry>
+            <entry>
+              Vendor specific variant of the format.
+            </entry>
+          </row>
+
+          <!-- ############ type ############# -->
+
+          <row>
             <entry>video/x-jpeg</entry>
             <entry>Motion-JPEG video.</entry>
             <entry></entry>