[Bug 769248] plugins: Update buffer pool size with new va allocator's image

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 29 08:41:09 UTC 2016


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

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

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

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

::: gst/vaapi/gstvaapipluginbase.c
@@ +559,3 @@
+    /* Update video size with allocator's image size */
+    size = GST_VIDEO_INFO_SIZE (&GST_VAAPI_VIDEO_ALLOCATOR_CAST
+        (allocator)->image_info);

The thing is that size is a value received as a parameter in
gst_vaapi_plugin_base_create_pool(), so the error comes out of the scope of
this function, more specifically in gst_vaapi_plugin_base_decide_allocation()

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