gstreamer/sys
Vincent Penquerc'h 964ea678da xvimagsink: fix failure to allocate large shared memory blocks
A previous patch increased allocations by 15 bytes in order to ensure
16 byte alignment for g_malloc blocks. However, shared memory is
already block aligned, and this extra 15 bytes caused allocation
to fail when we were already allocating to the shared memory limit,
which is a lot smaller than typical available RAM.

Fix this by removing the alignment slack when allocating shared
memory.

https://bugzilla.gnome.org/show_bug.cgi?id=706066
2015-04-03 11:18:46 +01:00
..
ximage ximage: do not allocate extra alignment slack for shared memory 2015-04-03 11:15:55 +01:00
xvimage xvimagsink: fix failure to allocate large shared memory blocks 2015-04-03 11:18:46 +01:00
Makefile.am Remove v4l plugin 2011-06-07 20:47:46 +01:00