summaryrefslogtreecommitdiff
path: root/gst/videomixer/videomixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videomixer/videomixer.h')
-rw-r--r--gst/videomixer/videomixer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/videomixer/videomixer.h b/gst/videomixer/videomixer.h
index 4075416a3..3d5854b54 100644
--- a/gst/videomixer/videomixer.h
+++ b/gst/videomixer/videomixer.h
@@ -116,6 +116,8 @@ struct _GstVideoMixer
BlendFunction blend;
FillCheckerFunction fill_checker;
FillColorFunction fill_color;
+
+ gboolean flush_stop_pending;
};
struct _GstVideoMixerClass