gst_plugins_base/gst/adder/gstadder.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_base/gst/adder/gstadder.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_base/gst/adder/gstadder.h	Wed Sep 01 12:16:41 2010 +0100
@@ -87,14 +87,6 @@
   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 {