Increment counter when registering standard formats
authorWim Taymans <wim.taymans@gmail.com>
Sun, 28 Jul 2002 02:05:45 +0000 (02:05 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 28 Jul 2002 02:05:45 +0000 (02:05 +0000)
Original commit message from CVS:
Increment counter when registering standard formats

gst/gstformat.c

index 9963759..bded68b 100644 (file)
@@ -54,6 +54,7 @@ _gst_format_initialize (void)
   while (standards->nick) {
     _gst_formats = g_list_prepend (_gst_formats, standards);
     standards++;
+    _n_values++;
   }
 }