diff options
Diffstat (limited to 'plugins/elements/gsttee.h')
-rw-r--r-- | plugins/elements/gsttee.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/elements/gsttee.h b/plugins/elements/gsttee.h index c092b8fac..23d9edc37 100644 --- a/plugins/elements/gsttee.h +++ b/plugins/elements/gsttee.h @@ -73,6 +73,8 @@ struct _GstTee { GstPad *allocpad; guint pad_counter; + GstFlowCombiner *flowcombiner; + gboolean has_chain; gboolean silent; gchar *last_message; |