From: Seungha Yang Date: Wed, 21 Aug 2019 15:18:51 +0000 (+0900) Subject: souphttpsrc: Fix incompatible type build warning X-Git-Tag: 1.16.2~25 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fgst-plugins-good.git;a=commitdiff_plain;h=c316436a4be2281586241bbeef708e2a0e82cf4c souphttpsrc: Fix incompatible type build warning gstsouphttpsrc.c(2191): warning C4133: '=': incompatible types - from 'guint (__cdecl *)(GType)' to 'GstURIType (__cdecl *)(GType)' --- diff --git a/ext/soup/gstsouphttpsrc.c b/ext/soup/gstsouphttpsrc.c index 1bedd4e..f06c923 100644 --- a/ext/soup/gstsouphttpsrc.c +++ b/ext/soup/gstsouphttpsrc.c @@ -2148,7 +2148,7 @@ gst_soup_http_src_set_proxy (GstSoupHTTPSrc * src, const gchar * uri) return (src->proxy != NULL); } -static guint +static GstURIType gst_soup_http_src_uri_get_type (GType type) { return GST_URI_SRC;