rtpmux: Don't set PROXY_CAPS flag on the src pad
authorSjoerd Simons <sjoerd@luon.net>
Fri, 17 Oct 2014 20:23:27 +0000 (22:23 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 21 Oct 2014 08:52:00 +0000 (10:52 +0200)
commit0ee384b251ae6ee4ac18210f3a0555898543de5f
tree7eb368496186b083adf670fcd47837c6491842fc
parent1131db8c1f6b096dfa9737e2fb3cc7f904104b1b
rtpmux: Don't set PROXY_CAPS flag on the src pad

rtpmux behaves like a funnel in that it forwards whatever upstream is
sending buffers. So setting proxy caps doesn't make sense as the
upstream don't have to have compatible caps, thus resulting in an empty
caps set as a result of a caps query. Instead set fixed caps just
as funnel does.

https://bugzilla.gnome.org/show_bug.cgi?id=738722
gst/rtpmanager/gstrtpmux.c
tests/check/elements/rtpmux.c