[Bug 781577] Fails to play specific size theora files (vaapisink bufferpool issue)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Apr 22 08:36:28 UTC 2017


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

--- Comment #4 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 350228
  --> https://bugzilla.gnome.org/attachment.cgi?id=350228&action=edit
vaapivideobufferpool: create allocator if needed

Sometimes a video decoder could set different buffer pool
configurations, because their frame size changes. In this case we
did not reconfigured the allocator.

This patch enables this use case, creating a new allocator inside
the VAAPI buffer pool if the caps changed, if it is not dmabuf-based.
If so, it is just reconfigured, since it doesn't have a surface pool.

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