[gstreamer-bugs] [Bug 594504] Need a GType of "Date AND Time AND Timezone"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 30 01:48:01 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=594504
  GStreamer | gstreamer (core) | git

Benjamin Otte (Company) <otte> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |otte at gnome.org

--- Comment #25 from Benjamin Otte (Company) <otte at gnome.org> 2010-04-30 08:47:57 UTC ---
Uh, first of all I'd like it much more if this was a boxed type, so you could
carry that type around and don't have to use a GValue anywhere. Second, I don't
like this being a fundamental type. Fundamental types are supposed to be
fundamental, and this clearly is not. Third, why don't you use a struct tm or
at least a time_t internally? That way you'd get access to easy formatting
functions (aka strftime).

And fourth, I'd love if we had the GDateTime stuff finished in glib first so
we'd avoid lots of NIH, but I guess that would take too long to result in
anything useful.

-- 
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