[129/906] fixed warning for unused variable (fatal with -Werror)

This commit is contained in:
Filippo Argiolas 2008-07-18 22:33:44 +02:00 committed by Matthew Waters
parent 44ec9c01dd
commit 93722cac7d

View 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