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:
parent
61bd613de3
commit
53dc1da870
@ -2151,7 +2151,7 @@ gst_soup_http_src_set_proxy (GstSoupHTTPSrc * src, const gchar * uri)
|
|||||||
return (src->proxy != NULL);
|
return (src->proxy != NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
static guint
|
static GstURIType
|
||||||
gst_soup_http_src_uri_get_type (GType type)
|
gst_soup_http_src_uri_get_type (GType type)
|
||||||
{
|
{
|
||||||
return GST_URI_SRC;
|
return GST_URI_SRC;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user