From addb24743672a6d123d3f7223864910e9968bf6a Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 28 May 2009 10:12:58 +0300 Subject: outputselector: implement pad_alloc on active pad. --- gst/selector/gstoutputselector.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/selector/gstoutputselector.h') diff --git a/gst/selector/gstoutputselector.h b/gst/selector/gstoutputselector.h index 5389d473..4347fd2e 100644 --- a/gst/selector/gstoutputselector.h +++ b/gst/selector/gstoutputselector.h @@ -42,6 +42,7 @@ struct _GstOutputSelector { GstElement element; GstPad *sinkpad; + GstPad *allocpad; GstPad *active_srcpad; GstPad *pending_srcpad; -- cgit v1.2.1