UNITS is better.

Original commit message from CVS:
UNITS is better.
This commit is contained in:
Thomas Vander Stichele 2002-06-02 15:48:13 +00:00
parent 74f97cd6f8
commit 641b5a1e5d

View 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