mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
glcolorconvert-test: Fix build
This commit is contained in:
parent
f79cad55e2
commit
3d9d4869f4
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