From 1882ecba12d3769204fb4b1fa0b5280386a9f3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Tue, 30 Sep 2008 10:17:41 +0000 Subject: ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_type() implementation. Original commit message from CVS: * ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_type() implementation. --- 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 2faa1973..87df7ffc 100644 --- a/ext/libmms/gstmms.c +++ b/ext/libmms/gstmms.c @@ -418,7 +418,7 @@ plugin_init (GstPlugin * plugin) return gst_element_register (plugin, "mmssrc", GST_RANK_NONE, GST_TYPE_MMS); } -static guint +static GstURIType gst_mms_uri_get_type (void) { return GST_URI_SRC; -- cgit v1.2.1