mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
parent
7016bff344
commit
6d649ec6d1
@ -1773,7 +1773,7 @@ clutter_texture_set_from_yuv_data (ClutterTexture *texture,
|
|||||||
{
|
{
|
||||||
g_set_error (error, CLUTTER_TEXTURE_ERROR,
|
g_set_error (error, CLUTTER_TEXTURE_ERROR,
|
||||||
CLUTTER_TEXTURE_ERROR_BAD_FORMAT,
|
CLUTTER_TEXTURE_ERROR_BAD_FORMAT,
|
||||||
_("YUV2 textues are not supported"));
|
_("YUV2 textures are not supported"));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user