tee: deactivate the pad after removing it
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 27 May 2011 12:00:56 +0000 (14:00 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 27 May 2011 15:28:34 +0000 (17:28 +0200)
commita96002bb28c21b30fb9338a4620ad20504c70aa5
tree366638b1efc7ba72326d4e0e2b06be563088487a
parent26a5a877ffca522d1782237662c350d2e615d6a4
tee: deactivate the pad after removing it

When releasing the request pad, first remove it from the element and then
deactivate it. If we do it the other way around, a gst_pad_push on the element
might return wrong-state before we had a chance to detect the removed pad in the
chain function.
plugins/elements/gsttee.c