diff options
Diffstat (limited to 'gst/goom/convolve_fx.c')
-rw-r--r-- | gst/goom/convolve_fx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/goom/convolve_fx.c b/gst/goom/convolve_fx.c index fb5e0b55..c5d8f298 100644 --- a/gst/goom/convolve_fx.c +++ b/gst/goom/convolve_fx.c @@ -340,10 +340,10 @@ VisualFX convolve_create (void) { VisualFX vfx = { - init:convolve_init, - free:convolve_free, - apply:convolve_apply, - fx_data:0 + convolve_init, + convolve_free, + convolve_apply, + NULL }; return vfx; } |