interleave: Fix negotiation to work at all again
authorSebastian Dröge <sebastian@centricular.com>
Tue, 15 Apr 2014 19:36:30 +0000 (21:36 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Apr 2014 19:36:30 +0000 (21:36 +0200)
commitb038fd4effad8030c4d3dc5a2f37ae7a6eb57372
tree351deb9851a3ce82d7416c9cff72ca863ca5219b
parentda39a0bae7140316c0a7ddd1534b47e7ecdd6f27
interleave: Fix negotiation to work at all again

The caps query handling function for the sinkpads was called for
the srcpad, and the sinkpads had none. This commit moves it to the
right pad, but nonetheless the negotiation still looks wrong.

This makes the test pass again after the recent coverity fix
and also allows interleave to work again, but someone should
really review the negotiation code and fix it.
gst/interleave/interleave.c