![]() |
![]() |
![]() |
GStreamer Bad Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
GstVideoMark;
"enabled" gboolean : Read / Write / Construct "pattern-count" gint : Read / Write / Construct "pattern-data" gint : Read / Write / Construct "pattern-data-count" gint : Read / Write / Construct "pattern-height" gint : Read / Write / Construct "pattern-width" gint : Read / Write / Construct
This plugin produces ::pattern-count squares in the bottom left corner of the video frames. The squares have a width and height of respectively ::pattern-width and ::patern-height. Even squares will be black and odd squares will be white.
After writing the pattern, ::pattern-data-count squares after the pattern squares are produced as the bitarray given in ::pattern-data. 1 bits will produce white squares and 0 bits will produce black squares.
The element can be enabled with the ::enabled property. It is mostly used together with the videodetect plugin.
gst-launch videotestsrc ! videomark ! ximagesink
Add the default black/white squares at the bottom left of the video frames.
Last reviewed on 2007-06-01 (0.10.6)
plugin | videosignal |
author | Wim Taymans <wim@fluendo.com> |
class | Filter/Effect/Video |
enabled
" property"enabled" gboolean : Read / Write / Construct
Enable or disable the filter.
Default value: TRUE
pattern-count
" property"pattern-count" gint : Read / Write / Construct
The number of pattern markers.
Allowed values: >= 1
Default value: 4
pattern-data
" property"pattern-data" gint : Read / Write / Construct
The extra data pattern markers.
Allowed values: >= 0
Default value: 10
pattern-data-count
" property"pattern-data-count" gint : Read / Write / Construct
The number of extra data pattern markers.
Allowed values: >= 0
Default value: 5
pattern-height
" property"pattern-height" gint : Read / Write / Construct
The height of the pattern markers.
Allowed values: >= 1
Default value: 16