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 413818 - [neonhttpsrc] errors out on redirects
[neonhttpsrc] errors out on redirects
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-02 12:09 UTC by Tim-Philipp Müller
Modified: 2007-06-05 11:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2007-03-02 12:09:12 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 ...
Comment 1 David Schleef 2007-05-13 06:20:26 UTC
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.
Comment 2 David Schleef 2007-05-13 06:29:36 UTC
Ok, I just made it default.  I can't think of a good reason why that's the incorrect behavior.