mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
6939e4f97c
commit
4e8fb08626
2 changed files with 2 additions and 2 deletions
|
@ -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 *
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue