GNOME Bugzilla – Bug 625406
soup_message_queue_destroy: assertion `queue->head == NULL' failed
Last modified: 2010-07-28 12:55:18 UTC
the gstreamer http stream uses soup_session_cancel_message() in a way that triggers this warning (with libsoup master) gst-launch-0.10 playbin2 uri="http://gstreamer.freedesktop.org/media/small/cooldance.ogg" Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Prerolled, waiting for buffering to finish... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstPulseSinkClock ^CCaught interrupt -- handling interrupt. Interrupt: Stopping pipeline ... Execution ended after 1748088362 ns. Setting pipeline to PAUSED ... Setting pipeline to READY ... (gst-launch-0.10:11495): libsoup-CRITICAL **: soup_message_queue_destroy: assertion `queue->head == NULL' failed Setting pipeline to NULL ... Freeing pipeline ...