mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
soup: Drop transferMode.dlna.org header
Leave it to the application to decide on the header. No header at all is better than having the wrong header as DLNA mandates that a missing header has to be tolerated while a wrong header is an error. https://bugzilla.gnome.org/show_bug.cgi?id=676020
This commit is contained in:
parent
0b82806547
commit
982c1b479f
1 changed files with 0 additions and 2 deletions
|
@ -1083,8 +1083,6 @@ gst_soup_http_src_build_message (GstSoupHTTPSrc * src)
|
|||
*cookie);
|
||||
}
|
||||
}
|
||||
soup_message_headers_append (src->msg->request_headers,
|
||||
"transferMode.dlna.org", "Streaming");
|
||||
src->retry = FALSE;
|
||||
|
||||
g_signal_connect (src->msg, "got_headers",
|
||||
|
|
Loading…
Reference in a new issue