allocator: fix type of gst_memory_alignment to match declaration
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 8 Jul 2013 14:26:38 +0000 (15:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 8 Jul 2013 14:26:38 +0000 (15:26 +0100)
commit05bbd1b11af52491106cff97df3ef703e55c7536
tree6084d41da0c72e9c102e268f989ad60b0f42c35f
parent766f754e01a62a8ccbeb28c6bd5966485c340a79
allocator: fix type of gst_memory_alignment to match declaration

Fixes compiler warnings such as
gstallocator.c:61:8: error: conflicting types for 'gst_memory_alignment'
../gst/gstallocator.h:52:18: note: previous declaration of 'gst_memory_alignment' was here
gst/gstallocator.c