libs: texture: egl: code style

https://bugzilla.gnome.org/show_bug.cgi?id=773453
This commit is contained in:
Víctor Manuel Jáquez Leal 2017-10-05 19:25:08 +02:00
parent ea503ed085
commit 0840c08cf1

View file

@ -120,14 +120,20 @@ create_objects (GstVaapiTextureEGL * texture, GLuint texture_id)
/* ERRORS */
error_create_image:
{
GST_ERROR ("failed to create EGL image from 2D texture %u", texture_id);
return FALSE;
}
error_create_surface:
{
GST_ERROR ("failed to create VA surface from 2D texture %u", texture_id);
return FALSE;
}
error_create_filter:
{
GST_ERROR ("failed to create VPP filter for color conversion");
return FALSE;
}
}
static gboolean