summaryrefslogtreecommitdiffstats
path: root/gst/autoconvert/gstautoconvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/autoconvert/gstautoconvert.h')
-rw-r--r--gst/autoconvert/gstautoconvert.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/autoconvert/gstautoconvert.h b/gst/autoconvert/gstautoconvert.h
index 4a3c8df0..12107011 100644
--- a/gst/autoconvert/gstautoconvert.h
+++ b/gst/autoconvert/gstautoconvert.h
@@ -52,6 +52,9 @@ struct _GstAutoConvert
GstElement *current_subelement;
GstPad *current_internal_srcpad;
GstPad *current_internal_sinkpad;
+
+ GstSegment segment;
+ GList *cached_events;
};
struct _GstAutoConvertClass