[Bug 678031] New: gstdatetime: add parser and constructor for ISO 8601 datetime

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 13 08:23:47 PDT 2012


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

           Summary: gstdatetime: add parser and constructor for ISO 8601
                    datetime
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bug-track at fisher-privat.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Some tag parsers and writers use same datetime format based on ISO 8601.

For example vorbis tag should use some thing like this:
YYYY-MM-DDTHH:MM:SS+TS

the xmp uses:
YYYY-MM-DDTHH:MM:SS.%15USEC+TS

id3tag:
YYYY

We can reduce some code by creating some general functions for it.

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