<div dir="ltr">Hi all,
<div><br></div><div>I'm developing custom plugins for gstreamer-1.0 framework. I am implementing SIMD operations on 16-byte words, yet the gstbufferdata is only 8byte aligned. Is there a way to enforce this on the gstreamer chain (or bufferpool or...)  without having to recompile my own gstreamer (and all the plugin rpms etc)?</div>

<div><br></div><div>I created my custom multifilesink in which I manage to align the data using posix_memalign. Yet immedeately after I use jpegdec which allocates its own memory which is not aligned. Yet jpegdec is not so easy to adapt since it doesn't just use "gst_buffer_new", but looks for a buffer in the gstbufferpool...</div>

<div><br></div><div>Chris Maes.</div></div>