[gstreamer-bugs] [Bug 596832] configurable buffer alignment
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Oct 2 06:03:21 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=596832
GStreamer | gstreamer (core) | git
Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #144568|0 |1
is obsolete| |
--- Comment #8 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2009-10-02 13:03:17 UTC ---
Created an attachment (id=144593)
--> (https://bugzilla.gnome.org/attachment.cgi?id=144593)
use posix memalign to allocate buffers
This adds a new configure option and use the resulting defines.
The configure option:
--with-buffer-alignment 8,N,malloc,pagesize (default is 32)
The current behavious is:
* nothing specified (same as --with-buffer-alignment=malloc)
use 8 byte alignment
* --with-buffer-alignment (same as --with-buffer-alignment=32)
use 32 byte alignment
--
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