souphttpsrc: Fix incompatible type build warning

gstsouphttpsrc.c(2191): warning C4133:
  '=': incompatible types - from 'guint (__cdecl *)(GType)' to 'GstURIType (__cdecl *)(GType)'
This commit is contained in:
Seungha Yang 2019-08-22 00:18:51 +09:00
parent 61bd613de3
commit 53dc1da870

View file

@ -2151,7 +2151,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;