mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
wininetsrc: don't use G_CONST_RETURN
It's going to be deprecated really soon.
This commit is contained in:
parent
c27b16bfe3
commit
a6c4f3ed4e
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ gst_win_inet_src_uri_get_protocols (void)
|
||||||
return (gchar **) protocols;
|
return (gchar **) protocols;
|
||||||
}
|
}
|
||||||
|
|
||||||
static G_CONST_RETURN gchar *
|
static const gchar *
|
||||||
gst_win_inet_src_uri_get_uri (GstURIHandler * handler)
|
gst_win_inet_src_uri_get_uri (GstURIHandler * handler)
|
||||||
{
|
{
|
||||||
GstWinInetSrc *src = GST_WIN_INET_SRC (handler);
|
GstWinInetSrc *src = GST_WIN_INET_SRC (handler);
|
||||||
|
|
Loading…
Reference in a new issue