From: Thomas Vander Stichele Date: Tue, 4 Jan 2005 13:57:03 +0000 (+0000) Subject: I'm too lazy to comment this X-Git-Tag: 1.19.3~507^2~22372 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06e1730270e265598a416553a6f90aa3a8f8c311;p=platform%2Fupstream%2Fgstreamer.git I'm too lazy to comment this Original commit message from CVS: patch by tim, fix obvious crasher --- diff --git a/ext/libmms/gstmms.c b/ext/libmms/gstmms.c index af87cd1..044235a 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; }