mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
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
2 changed files with 8 additions and 0 deletions
|
@ -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…
Reference in a new issue