After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 634999 - add a GST_TAG which can store a time, not just a date
add a GST_TAG which can store a time, not just a date
Status: RESOLVED DUPLICATE of bug 594504
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.30
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-16 17:02 UTC by Adam Dingle
Modified: 2010-11-16 17:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Dingle 2010-11-16 17:02:02 UTC
The GST_TAG_DATE tag can report a date read from a media file's metadata.  Some media files (including QuickTime and AVI files) can contain metadata with the actual time that media was recorded.  Since GST_TAG_DATE can report only a date, there's currently no way that GStreamer can report an actual time, which would be useful for some applications.

I propose that we add a tag called GST_TAG_TIME which holds a GTimeVal or a time_t.  Demuxers can use this tag to report the exact time when a media stream was recorded.
Comment 1 Thiago Sousa Santos 2010-11-16 17:27:33 UTC
We have GST_TAG_DATE_TIME now, it's should be in the upcoming releases.

Closing as duplicate.

*** This bug has been marked as a duplicate of bug 594504 ***