![]() |
![]() |
![]() |
GStreamer VA-API Plugins 0.10 Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
GstVaapiImagePool; GstVaapiImagePoolClass; GstVaapiVideoPool * gst_vaapi_image_pool_new (GstVaapiDisplay *display, GstCaps *caps);
typedef struct _GstVaapiImagePool GstVaapiImagePool;
A pool of lazily allocated GstVaapiImage objects.
typedef struct { } GstVaapiImagePoolClass;
A pool of lazily allocated GstVaapiImage objects.
GstVaapiVideoPool * gst_vaapi_image_pool_new (GstVaapiDisplay *display, GstCaps *caps);
Creates a new GstVaapiVideoPool of GstVaapiImage with the
specified dimensions in caps
.
|
a GstVaapiDisplay |
|
a GstCaps |
Returns : |
the newly allocated GstVaapiVideoPool |