summaryrefslogtreecommitdiff
path: root/gst/gstdatetime.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-22 01:25:22 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-22 01:25:22 +0000
commit13d91d1f6c63d2010c561bd54f1e6f68a0a745b5 (patch)
tree11cac36a2c86b5152669d8f3a57e23afce280495 /gst/gstdatetime.c
parent612abd89ddcbe41d55e5de66411e0159f7d85156 (diff)
downloadgstreamer-13d91d1f6c63d2010c561bd54f1e6f68a0a745b5.tar.gz
Use recent GLib API unconditionally now that we depend on the latest GLib
Diffstat (limited to 'gst/gstdatetime.c')
-rw-r--r--gst/gstdatetime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstdatetime.c b/gst/gstdatetime.c
index 60f709fc18..7f6ba4338b 100644
--- a/gst/gstdatetime.c
+++ b/gst/gstdatetime.c
@@ -257,11 +257,14 @@
#define GST_DATE_TIME_USEC_PER_SECOND (G_GINT64_CONSTANT (1000000))
#define GST_DATE_TIME_USEC_PER_MILLISECOND (G_GINT64_CONSTANT (1000))
+/* FIXME: this bug was resolved NOTGNOME */
/* Jan 5th 2011 (Edward) : GLib's GDateTime is broken in regards to gmt offset
* on macosx. Re-enable it once the following bug is fixed:
* https://bugzilla.gnome.org/show_bug.cgi?id=638666 */
#ifdef HAVE_OSX
#undef GLIB_HAS_GDATETIME
+#else
+#define GLIB_HAS_GDATETIME
#endif