soup: also use g_value_set_static_string() here for static strings

This commit is contained in:
Stefan Kost 2010-03-16 23:40:12 +02:00
parent f961f884b6
commit b892d23090

View file

@ -497,7 +497,7 @@ gst_soup_http_src_get_property (GObject * object, guint prop_id,
break;
case PROP_PROXY:
if (src->proxy == NULL)
g_value_set_string (value, "");
g_value_set_static_string (value, "");
else {
char *proxy = soup_uri_to_string (src->proxy, FALSE);