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 169125 - httpclientsrc
httpclientsrc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 169124 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-03-03 20:00 UTC by Jamey Hicks
Modified: 2006-01-12 10:13 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Adds httpclientsrc implementation to gsttcp.so (30.01 KB, patch)
2005-03-03 20:02 UTC, Jamey Hicks
accepted-commit_now Details | Review

Description Jamey Hicks 2005-03-03 20:00:19 UTC
Add httpclientsrc element for embedded devices that cannot afford to install
gnomevfs.
Comment 1 Jamey Hicks 2005-03-03 20:02:03 UTC
Created attachment 38220 [details] [review]
Adds httpclientsrc implementation to gsttcp.so

This patch adds an implementation of httpclientsrc based on code from
tcpclientsrc.  As an added bonus, it is IPv6 capable.  It does not currently
support proxies or HTTP chunking.
Comment 2 Ronald Bultje 2005-03-25 19:21:55 UTC
We probably want this. It needs some more work (e.g. URI interface
implementation), but it is definately useful.
Comment 3 Christian Fredrik Kalager Schaller 2005-11-10 10:46:00 UTC
*** Bug 169124 has been marked as a duplicate of this bug. ***
Comment 4 Christian Fredrik Kalager Schaller 2005-11-10 10:47:09 UTC
As I stated in 169124, in addition to the stuff Ronald mention it would also be
nice if this gets ported to GStreamer 0.9
Comment 5 Andy Wingo 2006-01-12 10:13:16 UTC
0.10 now has something equivalent, in the form of neonhttpsrc. It uses libneon. (We probably don't want to maintain an HTTP implementation in GStreamer itself.) Closing the bug...