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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 26 08:25:11 PDT 2010


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

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.31

--- Comment #64 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2010-07-26 15:25:05 UTC ---
commit d40776411041efd474e0c67a7959a4cfc6d5f156
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Wed Jun 23 11:31:33 2010 -0300

    gstvalue: Adds tests for datetime

    Adds tests for datetime fields in gstvalue tests

    Fixes #594504

commit f2c18c6c98b8e22ca7de43f76fea37f847e4b0e6
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Wed Jun 23 11:30:02 2010 -0300

    gststructure: Adds datetime getter function

    Adds gst_structure_get_date_time function

    API: gst_structure_get_date_time

    Fixes #594504

commit 137d19d621a4b5ada4bfc2c5a31701a3cded1c14
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Mon Jun 21 23:42:44 2010 -0300

    tag: Adds GST_TAG_DATE_TIME tag

    Adds a new tag that represents a date and time a media was
    created

    API: GST_TAG_DATE_TIME

    Fixes #594504

commit 3449bfc30ebf78ac0e2a4a10455ccd2d9d9a5067
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Wed Jul 21 22:08:21 2010 -0300

    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

commit b4870282cb93f0fdf8e3fc22526e8819faa33c0c
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Wed Jul 21 22:04:23 2010 -0300

    gstvalue: Adds datetime functions

    Adds a datetime functions to gstvalue

    Fixes #594504

commit 6425bde6ece6e56af7dff6932fcb4159931bc1f5
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Fri Jul 16 14:09:12 2010 -0300

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