GNOME Bugzilla – Bug 667582
[0.11] [souphttpsrc] Crashes when reading data into buffer
Last modified: 2012-01-11 13:11:40 UTC
gst-launch-0.11 souphttpsrc location=http://gstreamer.freedesktop.org \! fakesink ls: cannot access gst-launch-0.11: No such file or directory process 13672 is executing new program: /home/slomo/Projects/gstreamer/head-0.11/samples/.libs/lt-gst-launch-0.11 [Thread debugging using libthread_db enabled] Setting pipeline to PAUSED ... [New Thread 0x7ffff2e85700 (LWP 13688)] [New Thread 0x7ffff2684700 (LWP 13689)] Pipeline is PREROLLING ... [New Thread 0x7ffff1e83700 (LWP 13690)] [New Thread 0x7ffff1682700 (LWP 13691)] GStreamer-CRITICAL **: gst_buffer_resize: assertion `gst_buffer_is_writable (buffer)' failed aborting... Program received signal SIGABRT, Aborted.
+ Trace 229422
Thread 140737260308224 (LWP 13689)
commit e3c8c4f8b0af4120131eb7b80babd7124c77efa8 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Wed Jan 11 14:10:46 2012 +0100 souphttpsrc: Fix buffer handling souphttpsrc is now usable again and doesn't crash anymore whenever something is read from a HTTP connection.