identity: Return FLUSHING instead of EOS and don't start waiting for anything if...
[platform/upstream/gstreamer.git] / plugins / elements / gstconcat.h
index 176e22a..a74db55 100644 (file)
@@ -59,6 +59,8 @@ struct _GstConcat
   guint64 current_start_offset;
   /* Between current pad's segment start and stop */
   guint64 last_stop;
+
+  gboolean adjust_base;
 };
 
 struct _GstConcatClass