tag: exif: Add another DateTime mapping

datetimes can also be represented by the 0x132 tag. Map it, too.
This commit is contained in:
Thiago Santos 2010-08-10 19:30:11 -03:00
parent 1547c2b9ce
commit f0d10d6375

View file

@ -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},