Top | ![]() |
![]() |
![]() |
![]() |
GstVaapiDisplayType | display | Read / Write |
gchar * | display-name | Read / Write |
gboolean | force-aspect-ratio | Read / Write |
gboolean | fullscreen | Read / Write |
GstVaapiRotation | rotation | Read / Write |
gboolean | synchronous | Read / Write |
gboolean | use-glx | Read / Write |
gboolean | use-reflection | Read / Write |
gint | view-id | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSink ╰── GstVideoSink ╰── GstVaapiSink
vaapisink renders video frames to a drawable (X Window) on a local display using the Video Acceleration (VA) API. The element will create its own internal window and render into it.
“display”
property “display” GstVaapiDisplayType
display type to use.
Flags: Read / Write
Default value: Auto detection
“display-name”
property “display-name” gchar *
display name to use.
Flags: Read / Write
Default value: NULL
“force-aspect-ratio”
property “force-aspect-ratio” gboolean
When enabled, scaling respects video aspect ratio; when disabled, the video is distorted to fit the window.
Flags: Read / Write
Default value: TRUE
“fullscreen”
property “fullscreen” gboolean
Requests window in fullscreen state.
Flags: Read / Write
Default value: FALSE
“rotation”
property “rotation” GstVaapiRotation
The VA display rotation mode, expressed as a GstVaapiRotation.
Flags: Read / Write
Default value: Unrotated mode
“synchronous”
property “synchronous” gboolean
When enabled, runs the X display in synchronous mode. Note that this is used only for debugging.
Flags: Read / Write
Default value: FALSE
“use-glx”
property “use-glx” gboolean
Enables OpenGL rendering.
Flags: Read / Write
Default value: FALSE
“use-reflection”
property “use-reflection” gboolean
Enables OpenGL reflection effect.
Flags: Read / Write
Default value: FALSE
“view-id”
property “view-id” gint
When not set to -1, the displayed frame will always be the one that matches the view-id of the very first displayed frame. Any other number will indicate the desire to display the supplied view-id only.
Flags: Read / Write
Allowed values: >= -1
Default value: -1