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 748352 - uridecodebin: add proxy property to be set to source element
uridecodebin: add proxy property to be set to source element
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-23 07:02 UTC by Hyunjun Ko
Modified: 2015-04-23 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
uridecodebin: Add proxy property to be set to src element (3.64 KB, patch)
2015-04-23 07:05 UTC, Hyunjun Ko
rejected Details | Review

Description Hyunjun Ko 2015-04-23 07:02:49 UTC
Actually, app can handle source element by the signal "source-setup".

But I think it could be set on the gst-launch when running simple test.
I think it's helpful for developers.
Comment 1 Hyunjun Ko 2015-04-23 07:05:27 UTC
Created attachment 302203 [details] [review]
uridecodebin: Add proxy property to be set to src element

I think It's needed to be useful for developers.
Comment 2 Tim-Philipp Müller 2015-04-23 10:14:29 UTC
This is not needed, you can set this on the source even with gst-launch, try something like

gst-launch-1.0 uridecodebin uri=http://foo.com  source::proxy=http://127.0.0.1 ! fakesink  -v