| GStreamer VA-API Plugins 0.10 Plugins Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
GObject
+----GstObject
+----GstElement
+----GstBaseSink
+----GstVideoSink
+----GstVaapiSink
GstVaapiSink implements GstImplementsInterface, GstVideoContext and GstXOverlay.
"fullscreen" gboolean : Read / Write "synchronous" gboolean : Read / Write "use-glx" gboolean : Read / Write "use-reflection" gboolean : Read / Write
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.
"fullscreen" property "fullscreen" gboolean : Read / Write
Requests window in fullscreen state.
Default value: FALSE
"synchronous" property "synchronous" gboolean : Read / Write
When enabled, runs the X display in synchronous mode. Note that this is used only for debugging.
Default value: FALSE