From 70e1d1bcd4c560e55df8adf27b549b5fb2a31a58 Mon Sep 17 00:00:00 2001 From: Scott D Phillips Date: Fri, 11 Nov 2016 10:44:18 -0800 Subject: [PATCH] splitfilesrc: update uri_get_type to match the prototype in GstURIHandlerInterface https://bugzilla.gnome.org/show_bug.cgi?id=774293 --- gst/multifile/gstsplitfilesrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/multifile/gstsplitfilesrc.c b/gst/multifile/gstsplitfilesrc.c index 7b7f5e354b..2b2d0f80fd 100644 --- a/gst/multifile/gstsplitfilesrc.c +++ b/gst/multifile/gstsplitfilesrc.c @@ -545,7 +545,7 @@ cancelled: } } -static guint +static GstURIType gst_split_file_src_uri_get_type (GType type) { return GST_URI_SRC;