[farsight2/master] Activate the request pad on the funnel when its added
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:19:30 PST 2008
---
gst/funnel/gstfsfunnel.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gst/funnel/gstfsfunnel.c b/gst/funnel/gstfsfunnel.c
index ed9f19d..9487ca5 100644
--- a/gst/funnel/gstfsfunnel.c
+++ b/gst/funnel/gstfsfunnel.c
@@ -132,6 +132,8 @@ fs_funnel_request_new_pad (GstElement * element, GstPadTemplate * templ,
gst_pad_set_chain_function (sinkpad, fs_funnel_chain);
+ gst_pad_set_active (sinkpad, TRUE);
+
gst_element_add_pad (element, sinkpad);
return sinkpad;
--
1.5.6.5
More information about the farsight-commits
mailing list