GstVaapiWindowWayland

GstVaapiWindowWayland — VA/Wayland window abstraction

Functions

Object Hierarchy


Description

Functions

gst_vaapi_window_wayland_new ()

GstVaapiWindow *
gst_vaapi_window_wayland_new (GstVaapiDisplay *display,
                              guint width,
                              guint height);

Creates a window with the specified width and height . The window will be attached to the display and remains invisible to the user until gst_vaapi_window_show() is called.

Parameters

display

a GstVaapiDisplay

 

width

the requested window width, in pixels

 

height

the requested windo height, in pixels

 

Returns

the newly allocated GstVaapiWindow object

Types and Values