GstVaapiSurfacePool

GstVaapiSurfacePool — VA surface pool

Synopsis

                    GstVaapiSurfacePool;
GstVaapiVideoPool * gst_vaapi_surface_pool_new          (GstVaapiDisplay *display,
                                                         const GstVideoInfo *vip);

Description

Details

GstVaapiSurfacePool

typedef struct _GstVaapiSurfacePool GstVaapiSurfacePool;

A pool of lazily allocated GstVaapiSurface objects.


gst_vaapi_surface_pool_new ()

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

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

display :

a GstVaapiDisplay

vip :

a GstVideoInfo

Returns :

the newly allocated GstVaapiVideoPool