mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
glcolorconvert-test: Fix build
This commit is contained in:
parent
f8dbf10e9e
commit
f4a0c062dc
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ check_conversion (TestFrame * frames, guint size)
|
|||
/* create GL buffer */
|
||||
inbuf = gst_buffer_new ();
|
||||
fail_unless (gst_gl_memory_setup_wrapped (context, &in_info, NULL,
|
||||
(gpointer *) in_data, in_mem));
|
||||
(gpointer *) in_data, in_mem, NULL, NULL));
|
||||
|
||||
for (j = 0; j < GST_VIDEO_INFO_N_PLANES (&in_info); j++) {
|
||||
gst_buffer_append_memory (inbuf, (GstMemory *) in_mem[j]);
|
||||
|
|
Loading…
Reference in a new issue