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:
53e458f
)
expand tabs
author
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 6 Dec 2005 19:48:07 +0000
(19:48 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 6 Dec 2005 19:48:07 +0000
(19:48 +0000)
Original commit message from CVS:
expand tabs
ext/lame/gstlame.h
patch
|
blob
|
history
diff --git
a/ext/lame/gstlame.h
b/ext/lame/gstlame.h
index
24321ec
..
5e2cec6
100644
(file)
--- a/
ext/lame/gstlame.h
+++ b/
ext/lame/gstlame.h
@@
-42,9
+42,9
@@
extern "C" {
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_LAME))
typedef enum {
- GST_LAME_OPEN
= (GST_ELEMENT_FLAG_LAST << 0),
+ GST_LAME_OPEN = (GST_ELEMENT_FLAG_LAST << 0),
- GST_LAME_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 2)
+ GST_LAME_FLAG_LAST
= (GST_ELEMENT_FLAG_LAST << 2)
} GstLameFlags;
typedef struct _GstLame GstLame;