summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a7654b)
raw | patch | inline | side by side (parent: 9a7654b)
author | Thomas Vander Stichele <thomas@apestaart.org> | |
Tue, 22 Nov 2005 17:15:25 +0000 (17:15 +0000) | ||
committer | Thomas Vander Stichele <thomas@apestaart.org> | |
Tue, 22 Nov 2005 17:15:25 +0000 (17:15 +0000) |
Original commit message from CVS:
doh
doh
ext/lame/gstlame.c | patch | blob | history |
diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c
index d7e083f97a2fef951e6dda8b208efc49a91a74a4..fde95f5e15dabaf3ebe1e1140dbe7b8081697b94 100644 (file)
--- a/ext/lame/gstlame.c
+++ b/ext/lame/gstlame.c
{
static GType lame_quality_type = 0;
static GEnumValue lame_quality[] = {
- {0, "0 - Best", 0},
+ {0, "0 - Best", "0"},
{1, "1", "1"},
{2, "2", "2"},
{3, "3", "3"},
{4, "4", "4"},
- {5, "5 - Default", 5},
+ {5, "5 - Default", "5"},
{6, "6", "6"},
{7, "7", "7"},
{8, "8", "8"},
- {9, "9 - Worst", 9},
+ {9, "9 - Worst", "9"},
{0, NULL, NULL}
};