[Bug 789476] vaapi plugins should not share their allocator within allcation query

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 6 14:30:21 UTC 2018


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

--- Comment #17 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 367959
  --> https://bugzilla.gnome.org/attachment.cgi?id=367959&action=edit
plugins: don't share allocator in query

VA-API allocator uses a custom alloc function, which only can be
used by VA-API elements which know the API.

When an allocator is shared, it must behaive as the system allocator
so other elements could use it. Otherwise, to share it doesn't make
sense.

This patch remove the VA-API allocator sharing.

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