baseparse: init frames on the stack with gst_base_parse_frame_init()
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 15 Apr 2011 17:52:18 +0000 (18:52 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 15 Apr 2011 17:52:18 +0000 (18:52 +0100)
commit84a92464cf3981693d298b6710893dbee0e8d337
tree3f541a185b99177a2da5a6932eb10f99ece11d91
parent127df9a5865e44d1e921f19af2e197691a754699
baseparse: init frames on the stack with gst_base_parse_frame_init()

Frames must now be inited this way, can't just zero them
out and use them.
libs/gst/base/gstbaseparse.c