Skip to content

Commit

Permalink
we want GBRP!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@3925 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 21, 2013
1 parent 487e166 commit e64e3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gl/gl_window_backing.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def update_planar_textures(self, x, y, width, height, img, pixel_format, scaling

def render_planar_update(self, rx, ry, rw, rh, x_scale=1, y_scale=1):
debug("render_planar_update%s pixel_format=%s", (rx, ry, rw, rh, x_scale, y_scale), self.pixel_format)
if self.pixel_format not in ("YUV420P", "YUV422P", "YUV444P", "BGRP"):
if self.pixel_format not in ("YUV420P", "YUV422P", "YUV444P", "GBRP"):
#not ready to render yet
return
assert rx==0 and ry==0
Expand Down

0 comments on commit e64e3d1

Please sign in to comment.