GstVaapiImagePool

GstVaapiImagePool — VA image pool

Synopsis

                    GstVaapiImagePool;
                    GstVaapiImagePoolClass;
GstVaapiVideoPool * gst_vaapi_image_pool_new            (GstVaapiDisplay *display,
                                                         GstCaps *caps);

Object Hierarchy

  GObject
   +----GstVaapiVideoPool
         +----GstVaapiImagePool

Description

Details

GstVaapiImagePool

typedef struct _GstVaapiImagePool GstVaapiImagePool;

A pool of lazily allocated GstVaapiImage objects.


GstVaapiImagePoolClass

typedef struct {
} GstVaapiImagePoolClass;

A pool of lazily allocated GstVaapiImage objects.


gst_vaapi_image_pool_new ()

GstVaapiVideoPool * gst_vaapi_image_pool_new            (GstVaapiDisplay *display,
                                                         GstCaps *caps);

Creates a new GstVaapiVideoPool of GstVaapiImage with the specified dimensions in caps.

display :

a GstVaapiDisplay

caps :

a GstCaps

Returns :

the newly allocated GstVaapiVideoPool