GNOME Bugzilla – Bug 748352
uridecodebin: add proxy property to be set to source element
Last modified: 2015-04-23 10:15:02 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.
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.
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