[Bug 794419] gstmeta test crashes on sparc

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Mar 18 07:57:51 UTC 2018


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

--- Comment #6 from Rolf Eike Beer <eike at sf-mail.de> ---
I misunderstood the argument to gst_buffer_new_and_alloc() as alignment, so no
progress from my side. The point is: one can't simply allocate an anonymous
buffer of a given size and then cast it to a pointer of a given type as it
breaks possible alignment added to the struct. It will kill performance on
architectures that support unaligned accesses (x86) and kill the process on
others (sparc).

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