summaryrefslogtreecommitdiffstats
path: root/gst/switch/gstswitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/switch/gstswitch.h')
-rw-r--r--gst/switch/gstswitch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/switch/gstswitch.h b/gst/switch/gstswitch.h
index 4690c3c3..3bb88204 100644
--- a/gst/switch/gstswitch.h
+++ b/gst/switch/gstswitch.h
@@ -48,6 +48,10 @@ struct _GstStreamSelector {
guint nb_sinkpads;
GstSegment segment;
+
+ gboolean blocked;
+ gboolean pending_stop;
+ GstSegment pending_stop_segment;
};
struct _GstStreamSelectorClass {