[Bug 756028] H.264 playback crashes with an assertion error
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Oct 13 14:37:16 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=756028
--- Comment #6 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
>From the trace, I just noticed it's going through a less tested code path.
> gstavviddec.c:862:gst_ffmpegviddec_get_buffer2:<avdec_h264-0> alloc failed, fallback alloc
Which is the result of gst_buffer_pool_acquire_buffer() failing. Digging a
little more:
> xvimagepool.c:199:xvimage_buffer_pool_alloc:<xvimagebufferpool2> can't create image
Which points to xvimagesink proposing a pool that does not work, and the
fallback allocation in libav decoder not working. Very few element have such a
fallback, so first issue is major issue for OpenBSD. The second, we can try and
simulate the error and fix.
--
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