buffer: fix resize function some more
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 12 Jul 2011 12:07:57 +0000 (14:07 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 12 Jul 2011 12:07:57 +0000 (14:07 +0200)
commit1a3f48f427d5f5e03e6b306d2eb60daf9066ea6f
tree0a91c0a11967b2e7384e05c4007b20c61db30b02
parenta19baf77e73881bfab856336d0d8a086adb880c0
buffer: fix resize function some more

Don't remove memory blocks from the buffer when we clip and resize, instead set
the memory offset and size to 0. This allows us to make the buffer larger again
later.
gst/gstbuffer.c