From 8ffc1761b31c7a6c425853e16d87a907d9a4e6c7 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 6 Mar 2007 18:16:49 +0000 Subject: gst/id3demux/: Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise the four-digit number will be interp... Original commit message from CVS: * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list): * gst/id3demux/id3tags.h: * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame), (parse_obsolete_tdat_frame): Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise the four-digit number will be interpreted as a year, whereas it is month and day in DDMM format. Instead, parse TDAT frames and fix up the date in the GST_TAG_DATE tag later if we also extracted a year. Fixes #407349. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 9a56e28f..b3335113 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 9a56e28fc15440eb6852411321c46312e1d1bb73 +Subproject commit b333511364c0796d395b4235571db2fc9a8c1e4f -- cgit