[Bug 677757] New: gstdatetime: allow to allocate GstDateTime with only year.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jun 9 06:56:11 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=677757
GStreamer | gstreamer (core) | git
Summary: gstdatetime: allow to allocate GstDateTime with only
year.
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: ---
Current Gstremer use two different types for date. The G_TYPE_DATE
and GST_TYPE_DATE_TIME. In some cases it make hard to implement some
thing if we do not know what to expect short date like "YYYY"
or long datetime "YYYY-MM-DD HH:MM:SS". This is initial patch.
It allow to store only Year to GstDateTime. The we need to megrate
all code from G_TYPE_DATE to GST_TYPE_DATE_TIME.
--
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