mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
cia check
Original commit message from CVS: cia check
This commit is contained in:
parent
e2a9a87c64
commit
cee7aab405
1 changed files with 1 additions and 1 deletions
|
@ -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 (!strncmp ("true", value, 4))
|
||||
if (!g_strncasecmp ("true", value, 4))
|
||||
i = TRUE;
|
||||
g_object_set (G_OBJECT (object), name, i, NULL);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue