fecb40a0433e6c069a27f6120506c105e747e2f7

In commit b780413e5a
the GdkPixbuf loading code was changed so that
if it needs to copy the pixbuf then it would tightly pack it. However
it was still using the rowstride from the pixbuf so the image would
end up skewed. This fixes it to use the real rowstride.
http://bugzilla.clutter-project.org/show_bug.cgi?id=2235
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%