funnel: Setting the PROXY_CAPS flag on the srcpad does not make much sense

funnel outputs whatever one of the upstreams currently outputs, a caps
query to a random upstream does not give the right answer here.
This commit is contained in:
Sebastian Dröge 2013-12-20 14:30:22 +01:00
parent 7e62ff2dc6
commit 69841d9ce8

View file

@ -121,8 +121,6 @@ gst_funnel_init (GstFunnel * funnel)
"src");
gst_pad_use_fixed_caps (funnel->srcpad);
GST_OBJECT_FLAG_SET (funnel->srcpad, GST_PAD_FLAG_PROXY_CAPS);
gst_element_add_pad (GST_ELEMENT (funnel), funnel->srcpad);
}