mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
gl/colorconvert: keep our private pointer
again, avoid to much trigger
This commit is contained in:
parent
f01472f5a2
commit
5009338a50
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ gst_gl_color_convert_class_init (GstGLColorConvertClass * klass)
|
||||||
static void
|
static void
|
||||||
gst_gl_color_convert_init (GstGLColorConvert * convert)
|
gst_gl_color_convert_init (GstGLColorConvert * convert)
|
||||||
{
|
{
|
||||||
|
convert->priv = GST_GL_COLOR_CONVERT_GET_PRIVATE (convert);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue