mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
[129/906] fixed warning for unused variable (fatal with -Werror)
This commit is contained in:
parent
44ec9c01dd
commit
93722cac7d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue