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:
e2a9a87
)
cia check
author
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 5 Aug 2003 10:38:54 +0000
(10:38 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 5 Aug 2003 10:38:54 +0000
(10:38 +0000)
Original commit message from CVS:
cia check
gst/gstutils.c
patch
|
blob
|
history
diff --git
a/gst/gstutils.c
b/gst/gstutils.c
index 97be120a9e616ccaee049ac8fdb38f173d097050..3a7d0b883763b12d4fb8e15bc35c2e301d6203c6 100644
(file)
--- a/
gst/gstutils.c
+++ b/
gst/gstutils.c
@@
-209,7
+209,7
@@
gst_util_set_object_arg (GObject * object, const gchar * name, const gchar * val
case G_TYPE_BOOLEAN:{
gboolean i = FALSE;
- if (!
strn
cmp ("true", value, 4))
+ if (!
g_strncase
cmp ("true", value, 4))
i = TRUE;
g_object_set (G_OBJECT (object), name, i, NULL);
break;