Fix parsing of index table segments
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 26 Jan 2009 13:47:31 +0000 (14:47 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 31 Jan 2009 10:02:24 +0000 (11:02 +0100)
commit914b108db90fcc33dccdd3e8b672a100550089d0
tree833c833ea5d21f80133556d77cd4e349688b346f
parent264e30abb9387cef3c072298ac530c67bb708e43
Fix parsing of index table segments

Allocate memory for the pos tables and slice offsets
of the index entries separately to a) fix alignment in
weird cases and b) to actually have something to free()
in the index table segment reset function.
gst/mxf/mxfparse.c