[Bug 773323] vaapidecode: fix buffer size

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 4 12:41:36 UTC 2016


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

--- Comment #2 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 339118
  --> https://bugzilla.gnome.org/attachment.cgi?id=339118&action=edit
plugins: set negotiation caps in src allocator

When the allocator is created, it stores the allocation caps. But sometimes
the "allocation caps" may be different from the "negotiation caps".

In this case, the allocator should store the negotiation caps since they
are the ones used for frame mapping with GstVideoMeta.

When vaapispostproc is used, this is not a problem since the element is assume
to resize. But when using a vaapi decoder only, with a software renderer, it
fails in this case.

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