wininetsrc: don't use G_CONST_RETURN

It's going to be deprecated really soon.
This commit is contained in:
Tim-Philipp Müller 2011-06-13 11:12:36 +01:00
parent c27b16bfe3
commit a6c4f3ed4e

View file

@ -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);