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 625174 - neonhttpsrc: adds cookies support
neonhttpsrc: adds cookies support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-24 10:08 UTC by Sameer Naik
Modified: 2010-08-06 18:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add http request cookies to neonhttpsrc (3.04 KB, patch)
2010-07-24 10:08 UTC, Sameer Naik
reviewed Details | Review

Description Sameer Naik 2010-07-24 10:08:36 UTC
Created attachment 166480 [details] [review]
Patch to add http request cookies to neonhttpsrc

Please find attached patch to add http request cookies to neonhttpsrc plugin through new "cookies" element property.

Note: patch generated against the git master.
Comment 1 Tim-Philipp Müller 2010-08-06 09:48:30 UTC
The "cookies" property should really match souphttpsrc's, which has a string array as type. Rewrote patch accordingly and added some doc chunks and test bits.

 commit 640a1ff0e81143fe8bb502ef2f46492d2d5e4f37
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Fri Aug 6 10:44:24 2010 +0100

    neonhttpsrc: add "cookies" property
    
    Based on patch by: Sameer Naik
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625174
Comment 2 Sameer Naik 2010-08-06 18:00:09 UTC
thanks!