Chromium Code Reviews| Index: content/common/gpu/media/vaapi_h264_decoder.cc |
| diff --git a/content/common/gpu/media/vaapi_h264_decoder.cc b/content/common/gpu/media/vaapi_h264_decoder.cc |
| index 863ea28d68cdeb3c72698f52431902932670ff0b..af35c36cfc08d60ff1caa34c93c0e94e8f66110b 100644 |
| --- a/content/common/gpu/media/vaapi_h264_decoder.cc |
| +++ b/content/common/gpu/media/vaapi_h264_decoder.cc |
| @@ -274,6 +274,7 @@ VaapiH264Decoder::DecodeSurface::~DecodeSurface() { |
| if (x_pixmap_) |
| XFreePixmap(x_display_, x_pixmap_); |
| + XSync(x_display_, False); |
|
Ami GONE FROM CHROMIUM
2012/09/07 10:04:21
Without this, rendering_thread.Stop() in vdatest t
Pawel Osciak
2012/09/07 15:49:13
Could be a driver bug and/or us not being in corre
Ami GONE FROM CHROMIUM
2012/09/12 00:53:10
It must be, or else the failing opcode wouldn't be
|
| } |
| void VaapiH264Decoder::DecodeSurface::Acquire(int32 input_id, int poc) { |