[Bug 754120] avdec_hevc: Segfault in hevc decode with glimagesink and AVX2 CPU feature

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Sep 12 01:35:29 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754120

--- Comment #24 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Olivier suggested on IRC to move the loop that checks the alignments into a
utility function. This means a caller would still have to do get_allocator() to
get the AllocationParams and then call set_allocator() again if it was updated.
It's the most transparent way of doing things though.

Alternatively, one could also simply do all of this in
gst_buffer_pool_config_set_video_alignment(). This means that the
GstAllocationParams may change underneath the caller, which may or may not be a
problem in practice. Needs to be documented I guess.

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