[Bug 769293] vaapi: optimization of GL texture usage

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 21 11:24:15 UTC 2016


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

Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #335976|none                        |needs-work
             status|                            |

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

::: gst-libs/gst/vaapi/gstvaapidisplay_egl.c
@@ +244,3 @@
+    texture = gst_vaapi_texture_map_lookup (priv->texture_map, id);
+    if (!texture) {
+      if (texture =

Double parenthesis here too.

::: gst-libs/gst/vaapi/gstvaapidisplay_glx.c
@@ +62,3 @@
+    texture = gst_vaapi_texture_map_lookup (priv->texture_map, id);
+    if (!texture) {
+      if (texture =

Double parenthesis here.

Otherwise the compilation may fail.

-- 
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