summaryrefslogtreecommitdiff
path: root/ext/dash/gstdashdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dash/gstdashdemux.h')
-rw-r--r--ext/dash/gstdashdemux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/dash/gstdashdemux.h b/ext/dash/gstdashdemux.h
index e5496ff75..44ad3465f 100644
--- a/ext/dash/gstdashdemux.h
+++ b/ext/dash/gstdashdemux.h
@@ -106,6 +106,9 @@ struct _GstDashDemux
GstElement parent;
GstPad *sinkpad;
+ gboolean have_group_id;
+ guint group_id;
+
GSList *streams;
GSList *next_periods;
GMutex streams_lock;