GNOME Bugzilla – Bug 635710
authentication warning
Last modified: 2010-11-29 16:09:41 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
*** This bug has been marked as a duplicate of bug 635101 ***