mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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
5937199726
commit
0199cd5dbf
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue