applemedia/iosurfacememory: Fix missing variable name change
authorMatthew Waters <matthew@centricular.com>
Tue, 14 Mar 2017 00:39:23 +0000 (11:39 +1100)
committerMatthew Waters <matthew@centricular.com>
Tue, 14 Mar 2017 00:39:23 +0000 (11:39 +1100)
956c4d0bde4d6707ccae2b4ae6dfba8500e55217 missed a variable name change.
Fix that.

sys/applemedia/iosurfacememory.c

index 18a7543..af5c90e 100644 (file)
@@ -196,7 +196,7 @@ gst_io_surface_memory_wrapped (GstGLContext * context,
     guint plane,
     GstVideoAlignment * valign, gpointer user_data, GDestroyNotify notify)
 {
-  return _io_surface_memory_new (context, surface, target, tex_type, info,
+  return _io_surface_memory_new (context, surface, target, tex_format, info,
       plane, valign, user_data, notify);
 }