gl/colorconvert: keep our private pointer

again, avoid to much trigger
This commit is contained in:
Matthew Waters 2014-05-29 18:33:10 +10:00
parent 5867eb42f3
commit 3390b2b385

View file

@ -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);
}
/**