plugins/elements/gsttee.c: Always prefer an actual return value from a src pad in...
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 27 Jan 2006 16:59:57 +0000 (16:59 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 27 Jan 2006 16:59:57 +0000 (16:59 +0000)
commit038e540a530f4639cb1a2bb8512f1ec0d1461d65
treee751817903aecaf6ab4dbfe351b2936760c84df6
parenta25bb7be67de24ccc9ecff6b7a1711b65ba7991c
plugins/elements/gsttee.c: Always prefer an actual return value from a src pad in place of NOT_LINKED. This means we ...

Original commit message from CVS:
* plugins/elements/gsttee.c: (gst_tee_do_push),
(gst_tee_handle_buffer):
Always prefer an actual return value from a src
pad in place of NOT_LINKED. This means we return
WRONG_STATE when all src pads are WRONG_STATE
instead of NOT_LINKED.

Lock when replacing the last message to prevent
racing with the get_property method.

Add debug output
ChangeLog
plugins/elements/gsttee.c