datetime: do our own serialisation so we can serialise microseconds as well
authorTim-Philipp Müller <tim@centricular.net>
Sat, 7 Jul 2012 21:40:12 +0000 (22:40 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 7 Jul 2012 21:43:33 +0000 (22:43 +0100)
commit8e7bc47ccd73615cb33001bb8c222ce9e4217364
tree11a9b1da52b45dcd2f2101f06e1c58c8602fbe2c
parent853e2bf67fb79da22386d5b1a79ada75024727ca
datetime: do our own serialisation so we can serialise microseconds as well

We still don't do that in _to_iso8601_string() though, since
this will probably mostly be used in tags, where it doesn't
matter so much and the microsecond argument might not be
well-received by some tag readers.
gst/gstdatetime.c