gst_plugins_base/gst/adder/gstadder.h
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
--- a/gst_plugins_base/gst/adder/gstadder.h	Wed Mar 31 22:03:18 2010 +0300
+++ b/gst_plugins_base/gst/adder/gstadder.h	Tue Aug 31 15:30:33 2010 +0300
@@ -87,6 +87,14 @@
   gboolean        segment_pending;
   guint64         segment_position;
   gdouble         segment_rate;
+  /* src event handling */
+  gboolean        flush_stop_pending;
+  
+  /* target caps */
+  GstCaps *filter_caps;
+
+  /* Pending inline events */
+  GList *pending_events;
 };
 
 struct _GstAdderClass {