splitfilesrc: update uri_get_type to match the prototype in GstURIHandlerInterface
authorScott D Phillips <scott.d.phillips@intel.com>
Fri, 11 Nov 2016 18:44:18 +0000 (10:44 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 12 Nov 2016 08:52:24 +0000 (10:52 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=774293

gst/multifile/gstsplitfilesrc.c

index 7b7f5e3..2b2d0f8 100644 (file)
@@ -545,7 +545,7 @@ cancelled:
   }
 }
 
-static guint
+static GstURIType
 gst_split_file_src_uri_get_type (GType type)
 {
   return GST_URI_SRC;