GNOME Bugzilla – Bug 511810
[RTSP] Uses MT-unsafe gmtime() function
Last modified: 2008-02-02 14:09:56 UTC
Hi, currently gstrtspconnection.c uses the MT-unsafe gmtime() function. This should be avoided somehow, see bug #511807.
2008-02-02 Sebastian Dröge <slomo@circular-chaos.org> * configure.ac: * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header): Use gmtime_r if available as gmtime is not MT-safe. Fixes bug #511810.