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:
parent
5a0287dc76
commit
7960b82a40
@ -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>
|
||||
|
||||
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
|
||||
|
@ -216,6 +216,9 @@ static MapIntStr mappedTags[] = {
|
||||
{EXIF_TAG_DATE_TIME_ORIGINAL, /*ASCII,*/ EXIF_IFD_EXIF,
|
||||
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,
|
||||
GST_TAG_DEVICE_MAKE /*G_TYPE_STRING*/},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user