goom: don't allocate 260kB struct on the stack
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 28 Jun 2010 08:07:58 +0000 (09:07 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 28 Jun 2010 13:59:25 +0000 (14:59 +0100)
commitcf8dddd5c7913c3b80aa2c28c19afaa8a2757f5e
tree094f882d14a6a21c039d25c24c58018f909e385b
parentb47b3935669e253de6a83704e6c362b0d71c41dc
goom: don't allocate 260kB struct on the stack

PluginInfo is quite a sizeable struct, let's not allocate it on the
stack, especially not if we're copying it over into another dynamically
allocated copy anyway.

Fixes #570761.
gst/goom/plugin_info.c