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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 21 15:54:36 PDT 2010


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

--- Comment #59 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-07-21 22:54:30 UTC ---
(From update of attachment 166335)
>Subject: [PATCH] taglist: Add datetime get functions
>
>Adds _date_time_get and _date_time_get_index functions to
>taglist.
>
>API: gst_tag_list_get_date_time
>API: gst_tag_list_get_date_time_index
>
>Fixes #594504
>---
> docs/gst/gstreamer-sections.txt |    7 +++
> gst/gst_private.h               |    3 +
> gst/gstdatetime.c               |   42 ++++++++++++++++
> gst/gststructure.c              |    2 +
> gst/gsttaglist.c                |   62 +++++++++++++++++++++++
> gst/gsttaglist.h                |    8 +++
> gst/gstvalue.c                  |  103 +++++++++++++++++++++++++++++++++++++++
> gst/gstvalue.h                  |   22 ++++++++
> win32/common/libgstreamer.def   |    4 ++
> 9 files changed, 253 insertions(+), 0 deletions(-)

Further to the above, the commit message doesn't seem entirely accurate, it
does a bit more than just add taglist getters, namely set up all the gstvalue
stuff / serialisation / deserialisation / get_type func etc. (maybe this can or
should be split?)

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