mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
7e62ff2dc6
commit
69841d9ce8
1 changed files with 0 additions and 2 deletions
|
@ -121,8 +121,6 @@ gst_funnel_init (GstFunnel * funnel)
|
||||||
"src");
|
"src");
|
||||||
gst_pad_use_fixed_caps (funnel->srcpad);
|
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);
|
gst_element_add_pad (GST_ELEMENT (funnel), funnel->srcpad);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue