| GStreamer VA-API Plugins 0.10 Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
struct GstVaapiDecoderFfmpeg; struct GstVaapiDecoderFfmpegClass; GstVaapiDecoder * gst_vaapi_decoder_ffmpeg_new (GstVaapiDisplay *display,GstCaps *caps);
struct GstVaapiDecoderFfmpegClass {
};
A decoder class based on FFmpeg.
GstVaapiDecoder * gst_vaapi_decoder_ffmpeg_new (GstVaapiDisplay *display,GstCaps *caps);
Creates a new GstVaapiDecoder based on FFmpeg where the codec is
determined from caps. The caps can hold extra information like
codec-data and pictured coded size.
|
a GstVaapiDisplay |
|
a GstCaps holding codec information |
Returns : |
the newly allocated GstVaapiDecoder object |