summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-05-14 12:46:57 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-15 09:16:19 +0200
commitdeb15d7bce649f06defc8aea2effae043e3efeb0 (patch)
tree8713dbcfa54cea17913b4ebb247d316a740b3dda /ext
parenta784306f72d7a9ec798fdc1e38e9860ec6f863bc (diff)
downloadgstreamer-plugins-good-deb15d7bce649f06defc8aea2effae043e3efeb0.tar.gz
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
Diffstat (limited to 'ext')
-rw-r--r--ext/soup/gstsouphttpsrc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/soup/gstsouphttpsrc.c b/ext/soup/gstsouphttpsrc.c
index 382db96eb..83b60f780 100644
--- a/ext/soup/gstsouphttpsrc.c
+++ b/ext/soup/gstsouphttpsrc.c
@@ -1145,8 +1145,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",