[129/906] fixed warning for unused variable (fatal with -Werror)
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Fri, 18 Jul 2008 20:33:44 +0000 (22:33 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:22 +0000 (18:36 +0100)
gst/gl/gstglfilterlaplacian.c

index e08b12f..1112728 100644 (file)
@@ -110,7 +110,7 @@ gst_gl_filter_laplacian_init (GstGLFilterLaplacian* filter,
 static void
 gst_gl_filter_laplacian_reset (GstGLFilter* filter)
 {
-  GstGLFilterLaplacian* laplacian_filter = GST_GL_FILTER_LAPLACIAN(filter);
+  //GstGLFilterLaplacian* laplacian_filter = GST_GL_FILTER_LAPLACIAN(filter);
 
   //I commented the following line to avoid a crash for now
   //It crashs because when unreferencing the GstGLShader