Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual bunch of utility...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 22 Sep 2005 15:08:02 +0000 (15:08 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 22 Sep 2005 15:08:02 +0000 (15:08 +0000)
commit7390d68eee48e23b0d1ca0c13d0672729b3b1278
treee5f244d07c9eaa69a7ec48bc8d40315a44ac2bdb
parent59479d47a3792842360de998fea498fb1ce81832
Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual bunch of utility functions along with a hack that che...

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gststructure.c: (gst_structure_set_valist),
(gst_structure_get_date):
* gst/gststructure.h:
* gst/gstvalue.c: (gst_value_set_date), (gst_value_get_date),
(gst_date_copy), (gst_value_compare_date),
(gst_value_serialize_date), (gst_value_deserialize_date),
(gst_value_transform_date_string),
(gst_value_transform_string_date), (_gst_value_initialize):
* gst/gstvalue.h:
Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual
bunch of utility functions along with a hack that checks that
developers don't accidentally use G_TYPE_DATE where GST_TYPE_DATE
is required. Part of the grand scheme in #170777.
ChangeLog
docs/gst/gstreamer-sections.txt
gst/gststructure.c
gst/gststructure.h
gst/gstvalue.c
gst/gstvalue.h