[Bug 752958] vaapidecode: cannot detect and output NV12

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 18 18:46:04 UTC 2016


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

--- Comment #10 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 321609
  --> https://bugzilla.gnome.org/attachment.cgi?id=321609&action=edit
libs: move get_surface_formats to utils_core

The query of all the supported formats for a VA config were only used by the
postprocessor (vaapifilter). But, in order to enable the vaapidecoder to
negotiate a suitable raw format with downstream, we need to query these
formats against the decoder's config.

This patch is the first step: moves the code in filter's ensure_image() to a
generic gst_vaapi_get_surface_formats() in vaapiutils_core, so it can be
shared later by the decoder.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list