mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
glvideomixer: silence incorrect number of arguments in format warning
This commit is contained in:
parent
fabdcd1dfc
commit
b1a11258b1
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ gst_gl_video_mixer_callback (gpointer stuff)
|
|||
/* bottom-right */
|
||||
v_vertices[11] = v_vertices[16] = v_vertices[1] + 2.0f * h;
|
||||
GST_TRACE ("processing texture:%u dimensions:%ux%u, at %f,%f %fx%f with "
|
||||
"alpha", in_tex, in_width, in_height, v_vertices[0], v_vertices[1],
|
||||
"alpha:%f", in_tex, in_width, in_height, v_vertices[0], v_vertices[1],
|
||||
v_vertices[5], v_vertices[11], pad->alpha);
|
||||
|
||||
gl->VertexAttribPointer (attr_position_loc, 3, GL_FLOAT,
|
||||
|
|
Loading…
Reference in a new issue