summaryrefslogtreecommitdiffstats
path: root/gst/selector/gstinputselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/selector/gstinputselector.h')
-rw-r--r--gst/selector/gstinputselector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/selector/gstinputselector.h b/gst/selector/gstinputselector.h
index bb1a28db..ee683465 100644
--- a/gst/selector/gstinputselector.h
+++ b/gst/selector/gstinputselector.h
@@ -54,6 +54,9 @@ struct _GstInputSelector {
gboolean blocked;
gboolean pending_stop;
GstSegment pending_stop_segment;
+
+ /* select all mode, send data from all input pads forward */
+ gboolean select_all;
};
struct _GstInputSelectorClass {