I'm too lazy to comment this
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 4 Jan 2005 13:57:03 +0000 (13:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 4 Jan 2005 13:57:03 +0000 (13:57 +0000)
Original commit message from CVS:
patch by tim, fix obvious crasher

ext/libmms/gstmms.c

index af87cd1..044235a 100644 (file)
@@ -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;
 }