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 395423 - gnomevfssrc lacks support for proxy servers
gnomevfssrc lacks support for proxy servers
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 395429
 
 
Reported: 2007-01-11 15:17 UTC by Christian Fredrik Kalager Schaller
Modified: 2007-01-12 14:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2007-01-11 15:17:22 UTC
1. properties for proxy, 2. a signal when it handles a new connection, so that the front-end can set the proxy according to the hostname being targetted

This would make it possible for applications to get the proxy information from gconf and use it with the networking plugins.
Comment 1 Christian Fredrik Kalager Schaller 2007-01-11 15:27:04 UTC
Implementation Suggestion from Wingo:
Could be a vmethod on the GstURIHandler interface
Comment 2 Bastien Nocera 2007-01-12 12:34:02 UTC
It already does get the info from GConf, as gnome-vfs does it.
Comment 3 Christian Fredrik Kalager Schaller 2007-01-12 14:28:19 UTC
but wouldn't it be better if all the GStreamer src elements worked the same way? cause I assume currently you have to special case the gnome-vfs plugin unless it also expose the same property?
Comment 4 Bastien Nocera 2007-01-12 14:38:05 UTC
I don't see why you would want to reproduce that. There's no API to set the proxy in gnome-vfs anyway, as it gets its data directly from GConf.