[Bug 675010] After using queue2, souphttpsrc error-internal data flow error offen occurs
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed May 2 00:42:18 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=675010
GStreamer | gst-plugins-good | unspecified
--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-05-02 07:42:12 UTC ---
Thanks, I can read this log file. However, it's not really very detailed, it's
more like a GST_DEBUG=*:2 log than a GST_DEBUG=soup*:5 log.
This seems to be the cause of your problem:
0:00:23.591082900 1225 0x4e2a40 WARN
GST_BUFFER gstbuffer.c:417:gst_buffer_try_new_and_alloc: failed to allocate
1048576 bytes
You don't seem to have enough memory available. Either soup tries to allocate
too large a buffer here, and should be using smaller chunks, or you've run out
of memory. Or perhaps you're leaking memory somewhere.
In any case, at first glance I would suspect that the actual issue is not in
souphttpsrc.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list