From abe33a55261be63f292f7e7113557cda5b330462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 9 Aug 2009 14:55:26 +0200 Subject: autoconvert: Small cleanups --- gst/autoconvert/gstautoconvert.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/autoconvert/gstautoconvert.h') 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 -- cgit v1.2.1 From cb1f2f2294befa4b1117e89bbfdf7f85e06b3ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 9 Aug 2009 15:20:48 +0200 Subject: autoconvert: Cache events and send them downstream once an element was selected --- gst/autoconvert/gstautoconvert.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gst/autoconvert/gstautoconvert.h') diff --git a/gst/autoconvert/gstautoconvert.h b/gst/autoconvert/gstautoconvert.h index 12107011..af463f4b 100644 --- a/gst/autoconvert/gstautoconvert.h +++ b/gst/autoconvert/gstautoconvert.h @@ -53,7 +53,6 @@ struct _GstAutoConvert GstPad *current_internal_srcpad; GstPad *current_internal_sinkpad; - GstSegment segment; GList *cached_events; }; -- cgit v1.2.1