mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
souphttpsrc: Use a in-memory cookie jar by default in sessions we created
This ensures that cookies are stored and used as set by the server, and shared with other souphttpsrc that use the same SoupSession. https://bugzilla.gnome.org/show_bug.cgi?id=780140
This commit is contained in:
parent
7cb70e7aea
commit
eee911bd1e
1 changed files with 1 additions and 0 deletions
|
@ -967,6 +967,7 @@ gst_soup_http_src_session_open (GstSoupHTTPSrc * src)
|
|||
GST_ELEMENT (src));
|
||||
soup_session_add_feature_by_type (src->session,
|
||||
SOUP_TYPE_CONTENT_DECODER);
|
||||
soup_session_add_feature_by_type (src->session, SOUP_TYPE_COOKIE_JAR);
|
||||
|
||||
if (can_share) {
|
||||
GstContext *context;
|
||||
|
|
Loading…
Reference in a new issue