diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-06-28 09:36:20 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-06-28 09:36:20 +0000 |
commit | 0c5153fbc977d988e675790b352bc504af94d57f (patch) | |
tree | 4ccea4250c6be31280b99ac4581abec84a496756 /gst/videosignal/gstvideodetect.h | |
parent | d66b7e9f26de94b3cff5fe361c62b88185f241ad (diff) | |
download | gst-plugins-bad-0c5153fbc977d988e675790b352bc504af94d57f.tar.gz gst-plugins-bad-0c5153fbc977d988e675790b352bc504af94d57f.tar.bz2 gst-plugins-bad-0c5153fbc977d988e675790b352bc504af94d57f.zip |
gst/videosignal/gstvideodetect.*: Add property to adjust the center, sensitivity is now the distance from this center.
Original commit message from CVS:
* gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
(gst_video_detect_set_property), (gst_video_detect_get_property):
* gst/videosignal/gstvideodetect.h:
Add property to adjust the center, sensitivity is now the distance from
this center.
Diffstat (limited to 'gst/videosignal/gstvideodetect.h')
-rw-r--r-- | gst/videosignal/gstvideodetect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videosignal/gstvideodetect.h b/gst/videosignal/gstvideodetect.h index 99912a28..0c39f328 100644 --- a/gst/videosignal/gstvideodetect.h +++ b/gst/videosignal/gstvideodetect.h @@ -54,6 +54,7 @@ struct _GstVideoDetect { gint pattern_height; gint pattern_count; gint pattern_data_count; + gdouble pattern_center; gdouble pattern_sensitivity; gint left_offset; gint bottom_offset; |