![]() |
![]() |
![]() |
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.
"brightness" gint : Read / Write "contrast" gint : Read / Write "display" gchar* : Read / Write "hue" gint : Read / Write "pixel-aspect-ratio" gchar* : Read / Write "saturation" gint : Read / Write "synchronous" gboolean : Read / Write "force-aspect-ratio" gboolean : Read / Write "device" gchar* : Read / Write "device-name" gchar* : Read "handle-events" gboolean : Read / Write "double-buffer" gboolean : Read / Write "handle-expose" gboolean : Read / Write "autopaint-colorkey" gboolean : Read / Write "colorkey" gint : Read / Write "draw-borders" gboolean : Read / Write "window-height" guint64 : Read "window-width" guint64 : Read
"brightness"
property "brightness" gint : Read / Write
The brightness of the video.
Allowed values: [-1000,1000]
Default value: 0
"contrast"
property "contrast" gint : Read / Write
The contrast of the video.
Allowed values: [-1000,1000]
Default value: 0
"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
"force-aspect-ratio"
property "force-aspect-ratio" gboolean : Read / Write
When enabled, scaling will respect original aspect ratio.
Default value: TRUE
"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
"handle-events"
property "handle-events" gboolean : Read / Write
When enabled, XEvents will be selected and handled.
Default value: TRUE
"double-buffer"
property "double-buffer" gboolean : Read / Write
Whether to double-buffer the output.
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
"autopaint-colorkey"
property "autopaint-colorkey" gboolean : Read / Write
Whether to autofill overlay with colorkey.
Default value: TRUE
"colorkey"
property "colorkey" gint : Read / Write
Color to use for the overlay mask.
Default value: 0
"draw-borders"
property "draw-borders" gboolean : Read / Write
Draw black borders to fill unused area in force-aspect-ratio mode.
Default value: TRUE