| GStreamer Base Plugins 1.0 Plugins Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
GObject
+----GInitiallyUnowned
+----GstObject
+----GstElement
+----GstBaseSink
+----GstVideoSink
+----GstXvImageSink
GstXvImageSink implements GstNavigation, GstVideoOverlay and GstColorBalance.
"autopaint-colorkey" gboolean : Read / Write "brightness" gint : Read / Write "colorkey" gint : Read / Write "contrast" gint : Read / Write "device" gchar* : Read / Write "device-name" gchar* : Read "display" gchar* : Read / Write "double-buffer" gboolean : Read / Write "draw-borders" gboolean : Read / Write "force-aspect-ratio" gboolean : Read / Write "handle-events" gboolean : Read / Write "handle-expose" gboolean : Read / Write "hue" gint : Read / Write "pixel-aspect-ratio" gchar* : Read / Write "saturation" gint : Read / Write "synchronous" gboolean : Read / Write "window-height" guint64 : Read "window-width" guint64 : Read
"autopaint-colorkey" property "autopaint-colorkey" gboolean : Read / Write
Whether to autofill overlay with colorkey.
Default value: TRUE
"brightness" property "brightness" gint : Read / Write
The brightness of the video.
Allowed values: [-1000,1000]
Default value: 0
"colorkey" property "colorkey" gint : Read / Write
Color to use for the overlay mask.
Default value: 0
"contrast" property "contrast" gint : Read / Write
The contrast of the video.
Allowed values: [-1000,1000]
Default value: 0
"device" property "device" gchar* : Read / Write
The number of the video adaptor.
Default value: "0"
"device-name" property "device-name" gchar* : Read
The name of the video adaptor.
Default value: NULL
"double-buffer" property "double-buffer" gboolean : Read / Write
Whether to double-buffer the output.
Default value: TRUE
"draw-borders" property "draw-borders" gboolean : Read / Write
Draw black borders to fill unused area in force-aspect-ratio mode.
Default value: TRUE
"force-aspect-ratio" property "force-aspect-ratio" gboolean : Read / Write
When enabled, scaling will respect original aspect ratio.
Default value: TRUE
"handle-events" property "handle-events" gboolean : Read / Write
When enabled, XEvents will be selected and handled.
Default value: TRUE
"handle-expose" property "handle-expose" gboolean : Read / Write
When enabled, the current frame will always be drawn in response to X Expose events.
Default value: TRUE
"hue" property "hue" gint : Read / Write
The hue of the video.
Allowed values: [-1000,1000]
Default value: 0
"pixel-aspect-ratio" property "pixel-aspect-ratio" gchar* : Read / Write
The pixel aspect ratio of the device.
Default value: "1/1"
"saturation" property "saturation" gint : Read / Write
The saturation of the video.
Allowed values: [-1000,1000]
Default value: 0
"synchronous" property "synchronous" gboolean : Read / Write
When enabled, runs the X display in synchronous mode. (unrelated to A/V sync, used only for debugging).
Default value: FALSE