ext/metadata/metadataexif.c: Add description tag mapping.

Original commit message from CVS:
* ext/metadata/metadataexif.c:
Add description tag mapping.
This commit is contained in:
Stefan Kost 2008-06-18 07:02:54 +00:00
parent 5a0287dc76
commit 7960b82a40
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-06-18 Stefan Kost <ensonic@users.sf.net>
* ext/metadata/metadataexif.c:
Add description tag mapping.
2008-06-18 Stefan Kost <ensonic@users.sf.net> 2008-06-18 Stefan Kost <ensonic@users.sf.net>
* docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins-sections.txt:

View file

@ -216,6 +216,9 @@ static MapIntStr mappedTags[] = {
{EXIF_TAG_DATE_TIME_ORIGINAL, /*ASCII,*/ EXIF_IFD_EXIF, {EXIF_TAG_DATE_TIME_ORIGINAL, /*ASCII,*/ EXIF_IFD_EXIF,
GST_TAG_DATE_TIME_ORIGINAL /*G_TYPE_STRING*/}, GST_TAG_DATE_TIME_ORIGINAL /*G_TYPE_STRING*/},
{EXIF_TAG_IMAGE_DESCRIPTION, /*ASCII,*/ EXIF_IFD_0,
GST_TAG_DESCRIPTION /*G_TYPE_STRING*/},
{EXIF_TAG_MAKE, /*ASCII,*/ EXIF_IFD_0, {EXIF_TAG_MAKE, /*ASCII,*/ EXIF_IFD_0,
GST_TAG_DEVICE_MAKE /*G_TYPE_STRING*/}, GST_TAG_DEVICE_MAKE /*G_TYPE_STRING*/},