projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74f97cd
)
UNITS is better.
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 2 Jun 2002 15:48:13 +0000
(15:48 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/gst/gstformat.h
b/gst/gstformat.h
index 14ac687fa9702d91eb625ebf18b12e08061a7676..e8f8b93a0160b695e345c6b9776729d9d7c743c0 100644
(file)
--- a/
gst/gstformat.h
+++ b/
gst/gstformat.h
@@
-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_UNIT
S
= 6,
} GstFormat;
G_END_DECLS