| GStreamer VA-API Plugins 1.0 Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
struct GstVaapiDecoderMpeg4; struct GstVaapiDecoderMpeg4Class; GstVaapiDecoder * gst_vaapi_decoder_mpeg4_new (GstVaapiDisplay *display,GstCaps *caps);
struct GstVaapiDecoderMpeg4Class {
};
A decoder class based on Mpeg4.
GstVaapiDecoder * gst_vaapi_decoder_mpeg4_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.
|
a GstVaapiDisplay |
|
a GstCaps holding codec information |
Returns : |
the newly allocated GstVaapiDecoder object |