gstdatetime: Adds GstDateTime
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Fri, 16 Jul 2010 17:09:12 +0000 (14:09 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Mon, 26 Jul 2010 14:57:49 +0000 (11:57 -0300)
commit6425bde6ece6e56af7dff6932fcb4159931bc1f5
tree0e5990957a7a4a4dad65a86da9ee06120e2c1bfe
parentc8b06272bc84d05fecae72d573b009053fbb8eff
gstdatetime: Adds GstDateTime

Adds GstDateTime to represent dates + time + timezone
information.

Tests included.

API: GstDateTime
API: gst_date_time_get_day
API: gst_date_time_get_month
API: gst_date_time_get_year
API: gst_date_time_get_hour
API: gst_date_time_get_microsecond
API: gst_date_time_get_minute
API: gst_date_time_get_second
API: gst_date_time_get_time_zone_offset
API: gst_date_time_new
API: gst_date_time_new_local_time
API: gst_date_time_new_from_unix_epoch
API: gst_date_time_new_now_local_time
API: gst_date_time_new_now_utc
API: gst_date_time_ref
API: gst_date_time_unref

Fixes #594504
configure.ac
docs/gst/gstreamer-sections.txt
gst/Makefile.am
gst/gst.h
gst/gstdatetime.c [new file with mode: 0644]
gst/gstdatetime.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/gst/.gitignore
tests/check/gst/gstdatetime.c [new file with mode: 0644]
win32/common/libgstreamer.def