mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
soup: Avoid using GUri before GLib 2.66
Let's use gpointer for now Fixes: #3169 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5906>
This commit is contained in:
parent
68bddca7c3
commit
814f21557f
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ typedef struct _GstSoupVTable
|
|||
GAsyncResult * result, GError ** error);
|
||||
GInputStream *(*_soup_session_send) (SoupSession * session, SoupMessage * msg,
|
||||
GCancellable * cancellable, GError ** error);
|
||||
SoupCookie* (*_soup_cookie_parse) (const char* header, GUri* origin);
|
||||
SoupCookie* (*_soup_cookie_parse) (const char* header, gpointer origin_uri);
|
||||
void (*_soup_cookies_to_request) (GSList* cookies, SoupMessage* msg);
|
||||
void (*_soup_cookies_free) (GSList *cookies);
|
||||
|
||||
|
|
Loading…
Reference in a new issue