From 06e1730270e265598a416553a6f90aa3a8f8c311 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 4 Jan 2005 13:57:03 +0000 Subject: I'm too lazy to comment this Original commit message from CVS: patch by tim, fix obvious crasher --- ext/libmms/gstmms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/libmms/gstmms.c b/ext/libmms/gstmms.c index af87cd10..044235af 100644 --- a/ext/libmms/gstmms.c +++ b/ext/libmms/gstmms.c @@ -406,7 +406,7 @@ gst_mms_uri_set_uri (GstURIHandler * handler, const gchar * uri) return FALSE; } g_free (protocol); - g_object_set (src, "location", uri); + g_object_set (src, "location", uri, NULL); return TRUE; } -- cgit v1.2.1