queue/multiqueue: Don't special-case CAPS events in the event handlers
authorSebastian Dröge <sebastian@centricular.com>
Mon, 14 Dec 2015 10:20:43 +0000 (11:20 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 14 Dec 2015 10:20:43 +0000 (11:20 +0100)
commit33ded76ab8eafb9718460c8a01377b9f408124ea
tree3e109e6862740b92a4e3c128cf02b9b55776c056
parent0636fe1391d6e474bb215f24746632245449c210
queue/multiqueue: Don't special-case CAPS events in the event handlers

For CAPS events we will never ever have a FALSE return value here, so just
remove the dead code instead of causing future confusion.
plugins/elements/gstmultiqueue.c
plugins/elements/gstqueue.c