mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
applemedia/iosurfacememory: Fix missing variable name change
956c4d0bde
missed a variable name change.
Fix that.
This commit is contained in:
parent
956c4d0bde
commit
b01ae6e5e6
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ gst_io_surface_memory_wrapped (GstGLContext * context,
|
||||||
guint plane,
|
guint plane,
|
||||||
GstVideoAlignment * valign, gpointer user_data, GDestroyNotify notify)
|
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);
|
plane, valign, user_data, notify);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue