[clutter] COGL_PIXEL_FORMAT_G_8

2009-08-07 Thread Yaser Hameed (RBEI/ECA3)
Hi When I use cogl_texture_get_cogl_texture(CLUTTER_TEXTURE (video)) to get the texture from a video and extract the data from the cogl_texture to a gdk pixbuf, pixbuf is corrupted. Its like three splits of the thumbnail in grey scale. When I checked the pixel format of the cogl texture it

Re: [clutter] COGL_PIXEL_FORMAT_G_8

2009-08-07 Thread Damien Lespiau
On Fri, 2009-08-07 at 07:04 +0100, Yaser Hameed (RBEI/ECA3) wrote: Hi When I use cogl_texture_get_cogl_texture(CLUTTER_TEXTURE (video)) to get the texture from a video and extract the data from the cogl_texture to a gdk pixbuf, pixbuf is corrupted. Its like three splits of the thumbnail in