From e8ef50ac94938ee230dd15642b86a332d365a1f4 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 23 Feb 2008 02:38:03 +0000 Subject: gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86, spotted by Sebastian Dröge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: * gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86, spotted by Sebastian Dröge * 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) --- gst/goom/filters.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/goom/filters.c') 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; } -- cgit