mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
UNITS is better.
Original commit message from CVS: UNITS is better.
This commit is contained in:
parent
74f97cd6f8
commit
641b5a1e5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue