summaryrefslogtreecommitdiffstats
path: root/gst/selector/gstoutputselector.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-05-28 10:12:58 +0300
committerStefan Kost <ensonic@users.sf.net>2009-05-28 10:15:50 +0300
commitaddb24743672a6d123d3f7223864910e9968bf6a (patch)
treeccf483caeb627cf71c9f9341f8ce2e4ed8f4d296 /gst/selector/gstoutputselector.h
parent4d5a48db9779ac1ff4cfda42a5180f8bc1462882 (diff)
downloadgst-plugins-bad-addb24743672a6d123d3f7223864910e9968bf6a.tar.gz
gst-plugins-bad-addb24743672a6d123d3f7223864910e9968bf6a.tar.bz2
gst-plugins-bad-addb24743672a6d123d3f7223864910e9968bf6a.zip
outputselector: implement pad_alloc on active pad.
Diffstat (limited to 'gst/selector/gstoutputselector.h')
-rw-r--r--gst/selector/gstoutputselector.h1
1 files changed, 1 insertions, 0 deletions
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;