info: take the timestamp a tick later
authorStefan Kost <ensonic@users.sf.net>
Thu, 5 Aug 2010 07:32:53 +0000 (10:32 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 5 Aug 2010 07:35:46 +0000 (10:35 +0300)
commitf547482e7c631330e0fff4e7b56f4d95e2a46845
treeddbd86bea0e27b9b97036231df8552060e740b62
parent2237af4b6bc06e5a18b15012ce90d50e29ac2de8
info: take the timestamp a tick later

The logging is not an atomic operation and because of the multi-threading we end
up with out-of-order log lines. Tools that present the log-file should probably
resort the lines. This change just takes the timestamp a bit closer to the
actual logging.
gst/gstinfo.c