ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_type...
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Tue, 30 Sep 2008 10:17:41 +0000 (10:17 +0000)
committerOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Tue, 30 Sep 2008 10:17:41 +0000 (10:17 +0000)
Original commit message from CVS:
* ext/libmms/gstmms.c (plugin_init):
Fix return type of the GstURIHandler::get_type() implementation.

ChangeLog
ext/libmms/gstmms.c

index e32924f..739264f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
+
+       * ext/libmms/gstmms.c (plugin_init):
+       Fix return type of the GstURIHandler::get_type() implementation.
+
 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
 
        * configure.ac:
index 2faa197..87df7ff 100644 (file)
@@ -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;