[Bug 666351] [0.11] Get rid of GST_TYPE_DATE

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 12 16:23:38 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=666351
  GStreamer | gstreamer (core) | 0.11.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.11.2

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-01-13 00:23:34 UTC ---
Ideally all of this stuff would just be handled by a GDateTime/GstDateTime that
can express partial dates (i.e. YYYY, YYYY-MM, YYYY-MM-DD, YYYY-MM-DD+time)


commit c721d5377317b4fdce380db9c913ed073bc1a027
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Thu Jan 12 20:46:27 2012 +0000

    Remove GST_TYPE_DATE, our own GDate type

    Which we had to add because GLib didn't have it
    back in the day. Port everything to plain old
    G_TYPE_DATE, which is also a boxed type. Ideally
    we'd just use GDateTime for everything, but it
    doesn't support not setting some of the fields
    unfortuntely (which would be very useful for
    tag handling in general, if we could express
    2012-01 for example).

    https://bugzilla.gnome.org/show_bug.cgi?id=666351


commit e96aaec6bbfbc54b09995cdbefd6168d0bef95a1
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Thu Jan 12 23:35:44 2012 +0000

    GST_TYPE_DATE -> G_TYPE_DATE

commit 86313742d4c11c1ca8705de1265acb4cb8af39cf
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Fri Jan 13 00:05:50 2012 +0000

    GST_TYPE_DATE -> G_TYPE_DATE

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list