mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
I'm too lazy to comment this
Original commit message from CVS: patch by tim, fix obvious crasher
This commit is contained in:
parent
b4c13c896e
commit
06e1730270
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ gst_mms_uri_set_uri (GstURIHandler * handler, const gchar * uri)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
g_free (protocol);
|
g_free (protocol);
|
||||||
g_object_set (src, "location", uri);
|
g_object_set (src, "location", uri, NULL);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue