mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
[100/906] fix warnings linux-specific
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@512 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
parent
9ab1b4dbe3
commit
a8ceba7f97
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ static gboolean
|
|||
gst_gl_filter_app_filter (GstGLFilter* filter, GstGLBuffer* inbuf,
|
||||
GstGLBuffer* outbuf)
|
||||
{
|
||||
GstGLFilterApp* app_filter = GST_GL_FILTER_APP(filter);
|
||||
//GstGLFilterApp* app_filter = GST_GL_FILTER_APP(filter);
|
||||
|
||||
outbuf->width = inbuf->width;
|
||||
outbuf->height = inbuf->height;
|
||||
|
|
Loading…
Reference in a new issue