summaryrefslogtreecommitdiffstats
path: root/ext/libmms
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-01-04 13:57:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-01-04 13:57:03 +0000
commit06e1730270e265598a416553a6f90aa3a8f8c311 (patch)
tree1b0f83e2fad979cec7329f0748b1e8590a19807b /ext/libmms
parentb4c13c896eec688e46d716ac44040d40453c4c70 (diff)
downloadgst-plugins-bad-06e1730270e265598a416553a6f90aa3a8f8c311.tar.gz
gst-plugins-bad-06e1730270e265598a416553a6f90aa3a8f8c311.tar.bz2
gst-plugins-bad-06e1730270e265598a416553a6f90aa3a8f8c311.zip
I'm too lazy to comment this
Original commit message from CVS: patch by tim, fix obvious crasher
Diffstat (limited to 'ext/libmms')
-rw-r--r--ext/libmms/gstmms.c2
1 files changed, 1 insertions, 1 deletions
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;
}