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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/autoconvert/gstautoconvert.h b/gst/autoconvert/gstautoconvert.h
index 4a3c8df0..af463f4b 100644
--- a/gst/autoconvert/gstautoconvert.h
+++ b/gst/autoconvert/gstautoconvert.h
@@ -52,6 +52,8 @@ struct _GstAutoConvert
GstElement *current_subelement;
GstPad *current_internal_srcpad;
GstPad *current_internal_sinkpad;
+
+ GList *cached_events;
};
struct _GstAutoConvertClass