oops, glib function too new for general audience

Original commit message from CVS:
oops, glib function too new for general audience
This commit is contained in:
Benjamin Otte 2003-11-24 02:53:40 +00:00
parent 6939e4f97c
commit 4e8fb08626
2 changed files with 2 additions and 2 deletions

View file

@ -206,7 +206,7 @@ gst_tag_merge_strings_with_comma (GValue *dest, const GValue *src)
}
g_value_init (dest, G_TYPE_STRING);
g_value_take_string (dest, str->str);
g_value_set_string_take_ownership (dest, str->str);
g_string_free (str, FALSE);
}
static GstTagInfo *

View file

@ -206,7 +206,7 @@ gst_tag_merge_strings_with_comma (GValue *dest, const GValue *src)
}
g_value_init (dest, G_TYPE_STRING);
g_value_take_string (dest, str->str);
g_value_set_string_take_ownership (dest, str->str);
g_string_free (str, FALSE);
}
static GstTagInfo *