mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gl/colorconvert: keep our private pointer
again, avoid to much trigger
This commit is contained in:
parent
5867eb42f3
commit
3390b2b385
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ gst_gl_color_convert_class_init (GstGLColorConvertClass * klass)
|
|||
static void
|
||||
gst_gl_color_convert_init (GstGLColorConvert * convert)
|
||||
{
|
||||
convert->priv = GST_GL_COLOR_CONVERT_GET_PRIVATE (convert);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue