[gst-cvs] CVS: www/status status_fields.php,1.2,1.3

Andy Wingo wingo at users.sourceforge.net
Sun Oct 14 14:09:02 PDT 2001


Update of /cvsroot/gstreamer/www/status
In directory usw-pr-cvs1:/tmp/cvs-serv11515

Modified Files:
	status_fields.php 
Log Message:
minor changes

Index: status_fields.php
===================================================================
RCS file: /cvsroot/gstreamer/www/status/status_fields.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- status_fields.php	2001/10/14 20:55:15	1.2
+++ status_fields.php	2001/10/14 21:08:32	1.3
@@ -22,16 +22,17 @@
                   11=>'module',
                   12=>'platform',
                   13=>'processor',
-                  14=>'testers');
+                  14=>'testers',
+                  15=>'name');
   
   $relevant_fields = array(1=>array(2,3,4,5,6,7),
                            2=>array(8,9,10,5,6,7),
-                           3=>array(11,9,2,3,4,5,6,7),
-                           4=>array(11,9,2,3,4,5,6,7),
-                           5=>array(11,9,2,3,4,5,6,7),
-                           6=>array(11,9,2,4,5,6,7),
+                           3=>array(15,2,3,4,5,6,7),
+                           4=>array(15,2,3,4,5,6,7),
+                           5=>array(15,2,3,4,5,6,7),
+                           6=>array(15,2,4,5,6,7),
                            7=>array(12,13,3,4,5,14,7),
-                           8=>array(11,9,2,3,4,5,6,7));
+                           8=>array(15,2,3,4,5,6,7));
                   
   $colors = array(0=>'FFFFFF',
                   3=>'FF0000',





More information about the Gstreamer-commits mailing list