multifdsink: Update current time after every write
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 28 Jul 2013 11:23:41 +0000 (13:23 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 28 Jul 2013 11:23:41 +0000 (13:23 +0200)
commit692fd81ac71c2407885fe85e579817b8381792da
tree2bb40a1bbedfebf001a4a193a610b397ca6cc86b
parent930bfe3cbc3683cc25dfac7aad684e76d4fbe8cb
multifdsink: 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/gstmultifdsink.c