GstVaapiImagePool

GstVaapiImagePool — VA image pool

Synopsis

                    GstVaapiImagePool;
GstVaapiVideoPool * gst_vaapi_image_pool_new            (GstVaapiDisplay *display,
                                                         const GstVideoInfo *vip);

Description

Details

GstVaapiImagePool

typedef struct _GstVaapiImagePool GstVaapiImagePool;

A pool of lazily allocated GstVaapiImage objects.


gst_vaapi_image_pool_new ()

GstVaapiVideoPool * gst_vaapi_image_pool_new            (GstVaapiDisplay *display,
                                                         const GstVideoInfo *vip);

Creates a new GstVaapiVideoPool of GstVaapiImage with the specified format and dimensions in vip.

display :

a GstVaapiDisplay

vip :

the GstVideoInfo

Returns :

the newly allocated GstVaapiVideoPool