GstVaapiDecoderH264 — H.264 decoder
GstVaapiDecoder * gst_vaapi_decoder_h264_new (GstVaapiDisplay *display, GstCaps *caps);
GstVaapiDisplay *display
GstCaps *caps
Creates a new GstVaapiDecoder for MPEG-2 decoding. The caps can hold extra information like codec-data and pictured coded size.
caps
display
a GstVaapiDisplay
a GstCaps holding codec information
the newly allocated GstVaapiDecoder object
typedef struct _GstVaapiDecoderH264 GstVaapiDecoderH264;
A decoder based on H264.