GNOME Bugzilla – Bug 413818
[neonhttpsrc] errors out on redirects
Last modified: 2007-06-05 11:36:40 UTC
This is a bit sad: $ gst-launch-0.10 neonhttpsrc location='http://freedesktop.org/' ! fakesink dump=true Setting pipeline to PAUSED ... ERROR: Pipeline doesn't want to pause. ERROR: from element /pipeline0/neonhttpsrc0: Could not initialise supporting library. Additional debug info: gstneonhttpsrc.c(598): gst_neonhttp_src_start (): /pipeline0/neonhttpsrc0: Could not begin request (0) Setting pipeline to NULL ... FREEING pipeline ...
gst-launch-0.10 neonhttpsrc automatic-redirect=true location='http://freedesktop.org/' ! fakesink works. And yes, I agree that automatic-redirect=true should be default.
Ok, I just made it default. I can't think of a good reason why that's the incorrect behavior.