ximage: rewrite the buffer pool in ximagesink
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 3 Mar 2011 15:48:23 +0000 (16:48 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 4 Mar 2011 15:21:54 +0000 (16:21 +0100)
commitea05fe1278738591e4f2f0cea3882d8dce72a1d8
tree8b1b77892d6a7e219ab72a887eed05082aacaca5
parent6aa22111a163aff4c906f5c397f76ac3d69b36a9
ximage: rewrite the buffer pool in ximagesink

Rewrite the pooling in ximagesink to extend from the bufferpool base class in
core. Move some code to a comon place and refactor.
sys/ximage/Makefile.am
sys/ximage/ximage.c
sys/ximage/ximagepool.c [new file with mode: 0644]
sys/ximage/ximagepool.h [new file with mode: 0644]
sys/ximage/ximagesink.c
sys/ximage/ximagesink.h