GstVaapiDecoderH264

GstVaapiDecoderH264 — H.264 decoder

Synopsis

struct              GstVaapiDecoderH264;
struct              GstVaapiDecoderH264Class;
GstVaapiDecoder *   gst_vaapi_decoder_h264_new          (GstVaapiDisplay *display,
                                                         GstCaps *caps);

Description

Details

struct GstVaapiDecoderH264

struct GstVaapiDecoderH264 {
};

A decoder based on H264.


struct GstVaapiDecoderH264Class

struct GstVaapiDecoderH264Class {
};

A decoder class based on H264.


gst_vaapi_decoder_h264_new ()

GstVaapiDecoder *   gst_vaapi_decoder_h264_new          (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.

display :

a GstVaapiDisplay

caps :

a GstCaps holding codec information

Returns :

the newly allocated GstVaapiDecoder object