[farsight2/master] Use fixed caps on funnel src pad

Olivier Crête olivier.crete at collabora.co.uk
Wed Dec 10 14:06:15 PST 2008


---
 gst/funnel/fs-funnel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gst/funnel/fs-funnel.c b/gst/funnel/fs-funnel.c
index ba09a89..da8cc6d 100644
--- a/gst/funnel/fs-funnel.c
+++ b/gst/funnel/fs-funnel.c
@@ -127,6 +127,7 @@ fs_funnel_init (FsFunnel * funnel, FsFunnelClass * g_class)
   funnel->srcpad = gst_pad_new_from_static_template (&funnel_src_template,
     "src");
   gst_pad_set_event_function (funnel->srcpad, fs_funnel_src_event);
+  gst_pad_use_fixed_caps (funnel->srcpad);
   gst_element_add_pad (GST_ELEMENT (funnel), funnel->srcpad);
 }
 
-- 
1.5.6.5




More information about the farsight-commits mailing list