summaryrefslogtreecommitdiffstats
path: root/gst/goom/filters.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-02-23 02:38:03 +0000
committerBastien Nocera <hadess@hadess.net>2008-02-23 02:38:03 +0000
commite8ef50ac94938ee230dd15642b86a332d365a1f4 (patch)
treea1c0d5bafacc5a855da8c7cc368275d0726434c1 /gst/goom/filters.c
parenta7bc7485b1a4d7e1b1a12ff593ca4ccb1d59e466 (diff)
gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86, spotted by Sebastian Dröge
Original commit message from CVS: * gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86, spotted by Sebastian Dröge <slomo@circular-chaos.org> * gst/goom/convolve_fx.c (convolve_init), (create_output_with_brightness), (convolve_apply): * gst/goom/filters.c (zoomFilterVisualFXWrapper_create): * gst/goom/goomsl.c: * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create): * gst/goom/plugin_info.c: * gst/goom/tentacle3d.c (tentacle_fx_create): Fix warnings, and disable the motifs in the convolve_fx plugin (they were causing warnings, and they were just "Goom" in funny letterring)
Diffstat (limited to 'gst/goom/filters.c')
-rw-r--r--gst/goom/filters.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/goom/filters.c b/gst/goom/filters.c
index 07e989e7..822d4a1c 100644
--- a/gst/goom/filters.c
+++ b/gst/goom/filters.c
@@ -810,6 +810,8 @@ zoomFilterVisualFXWrapper_create (void)
fx.init = zoomFilterVisualFXWrapper_init;
fx.free = zoomFilterVisualFXWrapper_free;
fx.apply = zoomFilterVisualFXWrapper_apply;
+ fx.params = NULL;
+ fx.fx_data = NULL;
return fx;
}