GstVaapiDecoderVC1

GstVaapiDecoderVC1 — VC-1 decoder

Synopsis

struct              GstVaapiDecoderVC1;
struct              GstVaapiDecoderVC1Class;
GstVaapiDecoder *   gst_vaapi_decoder_vc1_new           (GstVaapiDisplay *display,
                                                         GstCaps *caps);

Description

Details

struct GstVaapiDecoderVC1

struct GstVaapiDecoderVC1 {
};

A decoder based on VC1.


struct GstVaapiDecoderVC1Class

struct GstVaapiDecoderVC1Class {
};

A decoder class based on VC1.


gst_vaapi_decoder_vc1_new ()

GstVaapiDecoder *   gst_vaapi_decoder_vc1_new           (GstVaapiDisplay *display,
                                                         GstCaps *caps);

Creates a new GstVaapiDecoder for VC-1 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