GstVaapiDecoderJPEG

GstVaapiDecoderJPEG — JPEG decoder

Synopsis

struct              GstVaapiDecoderJpeg;
struct              GstVaapiDecoderJpegClass;
GstVaapiDecoder *   gst_vaapi_decoder_jpeg_new          (GstVaapiDisplay *display,
                                                         GstCaps *caps);

Description

Details

struct GstVaapiDecoderJpeg

struct GstVaapiDecoderJpeg {
};

A decoder based on Jpeg.


struct GstVaapiDecoderJpegClass

struct GstVaapiDecoderJpegClass {
};

A decoder class based on Jpeg.


gst_vaapi_decoder_jpeg_new ()

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

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