mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
riff: use GST_TAG_DATE_TIME instead of GST_TAG_DATE here as well
This commit is contained in:
parent
f46c383818
commit
be369ff630
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ gst_riff_parse_info (GstElement * element,
|
|||
type = GST_TAG_COPYRIGHT;
|
||||
break;
|
||||
case GST_RIFF_INFO_ICRD:
|
||||
type = GST_TAG_DATE;
|
||||
type = GST_TAG_DATE_TIME;
|
||||
break;
|
||||
case GST_RIFF_INFO_ICRP:
|
||||
type = NULL; /*"Cropped"; */
|
||||
|
|
Loading…
Reference in a new issue