[129/906] fixed warning for unused variable (fatal with -Werror)
This commit is contained in:
parent
44ec9c01dd
commit
93722cac7d
@ -110,7 +110,7 @@ gst_gl_filter_laplacian_init (GstGLFilterLaplacian* filter,
|
|||||||
static void
|
static void
|
||||||
gst_gl_filter_laplacian_reset (GstGLFilter* filter)
|
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
|
//I commented the following line to avoid a crash for now
|
||||||
//It crashs because when unreferencing the GstGLShader
|
//It crashs because when unreferencing the GstGLShader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user