multihandlesink: Update current time after every write
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 28 Jul 2013 11:20:48 +0000 (13:20 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 28 Jul 2013 11:22:17 +0000 (13:22 +0200)
commit930bfe3cbc3683cc25dfac7aad684e76d4fbe8cb
tree2e3b39065a423d7b5479a79418af87b5f289469f
parent43093743e56b9b01673e45683d27a57c4811938d
multihandlesink: Update current time after every write

Each write will update the last_activity_time and otherwise we would
compare against a too old current time and immediately timeout because
current time is smaller than last activity time (overflow).
gst/tcp/gstmultihandlesink.c