allocator: make a copy with the same alignment
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Aug 2012 09:31:51 +0000 (11:31 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Aug 2012 09:31:51 +0000 (11:31 +0200)
commit0e4d2814fdc8b4370749af107a08c25466427440
tree4e16b6fe82642532aac7bb8a826cf47c442d1f17
parentb94e46b8b416b0636bb8cb11e8355b717b6d1b33
allocator: make a copy with the same alignment

When making a copy of the memory allocated from the default memory allocator,
make sure the new copy has the same alignment as the original memory.

See https://bugzilla.gnome.org/show_bug.cgi?id=680796
gst/gstallocator.c