xvimagesink: mark as NO_SHARE
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 5 Mar 2013 15:34:35 +0000 (16:34 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 5 Mar 2013 15:34:35 +0000 (16:34 +0100)
commitb740edff06813ed618b5e82080893df4e37ab20e
tree7a3edc63aceeb052886e734ea89336760d26c664
parentce626fc3d829475ff48e96acc49be27f7ac29fb9
xvimagesink: mark as NO_SHARE

We don't want to share the memory between buffers because that could
cause the memory of the bufferpool buffers to be copied and replaced
with other memory.

This is a hopefully a temporary fix until we can figure out how to share
properly.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=695203
sys/xvimage/xvimagepool.c
sys/xvimage/xvimagesink.c