mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue