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 635710 - authentication warning
authentication warning
Status: RESOLVED DUPLICATE of bug 635101
Product: libsoup
Classification: Core
Component: HTTP Transport
2.32.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2010-11-24 16:37 UTC by Nicola
Modified: 2010-11-29 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola 2010-11-24 16:37:33 UTC
Hi I have this warning:

(gst-launch-0.10:18915): GLib-GIO-WARNING **: g_simple_async_result_complete() called from wrong context!

using this gstreamer pipeline:

gst-launch-0.10 -v souphttpsrc user-id=root user-pw=pass location=http://192.168.2.127/mjpg/1/video.mjpg ...

or

gst-launch-0.10 -v souphttpsrc location=http://root:pass@192.168.2.127/mjpg/1/video.mjpg ...

the problem vanish if I disable http authentication on my camera

according to gstreamer developers this seems a libsoup bug here is the relevant gstreamer code:

http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/ext/soup/gstsouphttpsrc.c#n1257

thanks
Nicola
Comment 1 Dan Winship 2010-11-29 16:09:41 UTC

*** This bug has been marked as a duplicate of bug 635101 ***