[Bug 759533] vaapisink: doesn't upload packed formats correctly

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 28 15:26:49 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=759533

--- Comment #26 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 348777:
 --> (https://bugzilla.gnome.org/review?bug=759533&attachment=348777)

::: gst-libs/gst/vaapi/gstvaapiwindow_x11.c
@@ +450,3 @@
+      status == VA_STATUS_ERROR_UNIMPLEMENTED ||
+      status == VA_STATUS_ERROR_INVALID_IMAGE_FORMAT) {
+    need_vpp = TRUE;

I would keep this variable for all the session so the next frame, instead of
calling vaPutSurface again, and fail again, will jump to convert_internal()
automatically.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list