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 5937199726
commit 0199cd5dbf

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);
}