mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 03:38:55 +00:00
tag: exif: Add another DateTime mapping
datetimes can also be represented by the 0x132 tag. Map it, too.
This commit is contained in:
parent
1547c2b9ce
commit
f0d10d6375
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ static const GstExifTagMatch tag_map_ifd0[] = {
|
|||
{GST_TAG_IMAGE_ORIENTATION, 0x112, EXIF_TYPE_SHORT, 0, serialize_orientation,
|
||||
deserialize_orientation},
|
||||
{GST_TAG_APPLICATION_NAME, 0x131, EXIF_TYPE_ASCII, 0, NULL, NULL},
|
||||
{GST_TAG_DATE_TIME, 0x132, EXIF_TYPE_ASCII, 0, NULL, NULL},
|
||||
{GST_TAG_ARTIST, 0x13B, EXIF_TYPE_ASCII, 0, NULL, NULL},
|
||||
{GST_TAG_COPYRIGHT, 0x8298, EXIF_TYPE_ASCII, 0, NULL, NULL},
|
||||
{NULL, EXIF_IFD_TAG, EXIF_TYPE_LONG, 0, NULL, NULL},
|
||||
|
|
Loading…
Reference in a new issue