| GStreamer VA-API Plugins 1.0 Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
struct GstVaapiVideoBuffer; struct GstVaapiVideoBufferClass; GstBuffer * gst_vaapi_video_buffer_new (GstVaapiVideoMeta *meta); GstVaapiVideoMeta * gst_vaapi_video_buffer_get_meta (GstVaapiVideoBuffer *buffer);
struct GstVaapiVideoBuffer;
A GstBuffer holding video objects (GstVaapiSurface and GstVaapiImage).
struct GstVaapiVideoBufferClass {
};
A GstBuffer holding video objects
GstBuffer * gst_vaapi_video_buffer_new (GstVaapiVideoMeta *meta);
Creates a GstBuffer that holds video meta information.
GstVaapiVideoMeta * gst_vaapi_video_buffer_get_meta (GstVaapiVideoBuffer *buffer);
Returns the GstVaapiVideoMeta associated to this buffer.
|
a GstVaapiVideoBuffer |
Returns : |
the GstVaapiVideoMeta bound to the buffer, or NULL
if none was found |