[Bug 677712] gstvorbistag: store to DATETIME instead of DATE to vorbistag

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 28 06:22:16 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=677712
  GStreamer | gst-plugins-base | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.11.x

--- Comment #11 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-06-28 13:22:12 UTC ---
commit 3a1b53c117c99832fa41ad5ddb73a36815da896e
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Wed Jun 27 23:50:07 2012 +0100

    tests: update unit test for vorbistag change to GST_TAG_DATE_TIME

    https://bugzilla.gnome.org/show_bug.cgi?id=677712

commit bc94374a8f28e3386161c401a25a88d818a70bb9
Author: Oleksij Rempel <bug-track at fisher-privat.net>
Date:   Wed Jun 27 16:25:06 2012 +0200

    vorbistag: store DATE tag in GST_TAG_DATE_TIME instead of GST_TAG_DATE

    The DATE field may contain dates, partial dates, or dates with
    time. Store the result in GST_TAG_DATE_TIME, so we can express
    properly which fields are present or not, and can store the
    time if there is one, and can serialise and deserialise the
    tag without loss of information and without making up
    information that's not there.

    Instead of using short YYYY-MM-DD form we will store
    long YYYY-MM-DDTHH:MM:SS+TS date and time.

    According to this documentation we can do it:
    http://wiki.xiph.org/VorbisComment#Date_and_time

    This datetime format is needed by apps where more information
    is needed. For example voice, meeting recording, etc.

    https://bugzilla.gnome.org/show_bug.cgi?id=677712

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