From ff6bea9231efb825df35c2e148026b459e72699e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 28 May 2009 10:38:50 +0300 Subject: [PATCH] selector: remove not needed instance var (previous commit). --- gst/selector/gstoutputselector.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/selector/gstoutputselector.h b/gst/selector/gstoutputselector.h index 4347fd2ecf..5389d47354 100644 --- a/gst/selector/gstoutputselector.h +++ b/gst/selector/gstoutputselector.h @@ -42,7 +42,6 @@ struct _GstOutputSelector { GstElement element; GstPad *sinkpad; - GstPad *allocpad; GstPad *active_srcpad; GstPad *pending_srcpad;