gstdatetime: Fix localtime usage
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 27 Jul 2010 10:21:19 +0000 (07:21 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 27 Jul 2010 10:21:19 +0000 (07:21 -0300)
commitfda35f7ac7cc181e49ce147d3a8e01171b0b9a1e
tree4c65ffcaa181c93e78f75924ff88164de6ac1185
parent574e6ab423f0bba58c3bc88085d6c406677f76e4
gstdatetime: Fix localtime usage

localtime only takes one parameter and returns a statically
allocated tm struct. Use it correctly.

Fixes #625368
gst/gstdatetime.c