After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 561802 - DLNA specific HTTP header missing
DLNA specific HTTP header missing
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-21 13:36 UTC by Zeeshan Ali
Modified: 2012-05-25 08:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A one-liner patch that fixes this issue. (445 bytes, patch)
2008-11-21 13:37 UTC, Zeeshan Ali
committed Details | Review

Description Zeeshan Ali 2008-11-21 13:36:27 UTC
The DLNA specs require "transferMode.dlna.org" header to be present in HTTP requests. I am going to attach a patch against soup plugin that puts this header in with the appropriate value w.r.t GStreamer pipelines.
Comment 1 Zeeshan Ali 2008-11-21 13:37:14 UTC
Created attachment 123170 [details] [review]
A one-liner patch that fixes this issue.
Comment 2 Sebastian Dröge (slomo) 2008-11-21 13:44:12 UTC
2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

        Patch by: Zeeshan Ali <zeeshanak at gnome dot org>

        * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
        Add transferMode.dnla.org header to HTTP requests as this is
        required by the DLNA specs and doesn't hurt in other situations.
        Fixes bug #561802.
Comment 3 Murray Cumming 2012-05-25 08:27:25 UTC
Note to self: This was reverted in Bug #676020 in favor of applications adding the header themselves.