diff options
Diffstat (limited to 'gst/videocrop/gstvideocrop.h')
-rw-r--r-- | gst/videocrop/gstvideocrop.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/videocrop/gstvideocrop.h b/gst/videocrop/gstvideocrop.h index 477f21b06..d13ca9b2d 100644 --- a/gst/videocrop/gstvideocrop.h +++ b/gst/videocrop/gstvideocrop.h @@ -70,6 +70,11 @@ struct _GstVideoCrop GstBaseTransform basetransform; /*< private >*/ + gint prop_left; + gint prop_right; + gint prop_top; + gint prop_bottom; + gint crop_left; gint crop_right; gint crop_top; |