[Bug 655887] gst_buffer_create_sub: assertion `buffer->size >= offset + size' failed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 3 02:47:04 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=655887
  GStreamer | don't know | 0.10.34

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-08-03 09:47:00 UTC ---
It's not a buffer in core code, it's a bug in the code that is calling that
function (create_sub).

You can set the G_DEBUG environment variable to fatal_warnings, then it should
abort at the warning, and you can see exactly which line of code triggers it
and why.

e.g.:

G_DEBUG=fatal_warnings gdb --args /usr/bin/gst-launch-0.10 ....yourpipeline...

Note that you need to use "gst-launch-0.10" with gdb/valgrind, not
"gst-launch".

-- 
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