Skip to content
  • Thiago Santos's avatar
    gstdatetime: Adds GstDateTime · 6425bde6
    Thiago Santos authored
    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
    6425bde6