UNITS is better.
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 2 Jun 2002 15:48:13 +0000 (15:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 2 Jun 2002 15:48:13 +0000 (15:48 +0000)
Original commit message from CVS:
UNITS is better.

gst/gstformat.h

index 14ac687fa9702d91eb625ebf18b12e08061a7676..e8f8b93a0160b695e345c6b9776729d9d7c743c0 100644 (file)
@@ -36,7 +36,7 @@ typedef enum {
   GST_FORMAT_BUFFERS   = 4,
   GST_FORMAT_PERCENT   = 5,
   /* samples for audio, frames/fields for video */
-  GST_FORMAT_UNIT      = 6,
+  GST_FORMAT_UNITS     = 6,
 } GstFormat;
 
 G_END_DECLS