[Bug 641871] [gstvorbistag] report date/time tag using GST_TAG_DATE_TIME

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 14 06:02:08 PDT 2012


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.11.x

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-07-14 13:02:02 UTC ---
Hrm, sorry, I wasn't aware of or had forgotten about this patch. In any case,
it's fixed in git master (0.11/1.0) now:


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