[gexiv2] Let exiv2 interpret all EXIF tags for interpreted strings: Bug #734861
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gexiv2] Let exiv2 interpret all EXIF tags for interpreted strings: Bug #734861
- Date: Fri, 15 Aug 2014 21:28:27 +0000 (UTC)
commit a5d5d551adaa5865604cf4c6adf954160d075745
Author: Alexander Steffen <>
Date: Fri Aug 15 14:27:01 2014 -0700
Let exiv2 interpret all EXIF tags for interpreted strings: Bug #734861
This form of write() for ExifDatum is only available for EXIF.
THANKS | 1 +
gexiv2/gexiv2-metadata-exif.cpp | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/THANKS b/THANKS
index 9346e9c..8329f89 100644
--- a/THANKS
+++ b/THANKS
@@ -13,4 +13,5 @@ Akhil Ravidas <deepblue ar gmail com>
Clint Rogers <clinton yorba org>
Alexandre Rostovtsev <tetromino gmail com>
Ankur Sinha <sanjay ankur gmail com>
+Alexander Steffen
diff --git a/gexiv2/gexiv2-metadata-exif.cpp b/gexiv2/gexiv2-metadata-exif.cpp
index 7b3ffe3..12aba5a 100644
--- a/gexiv2/gexiv2-metadata-exif.cpp
+++ b/gexiv2/gexiv2-metadata-exif.cpp
@@ -132,7 +132,7 @@ gchar* gexiv2_metadata_get_exif_tag_interpreted_string (GExiv2Metadata *self, co
if (it != exif_data.end()) {
std::ostringstream os;
- it->write (os);
+ it->write (os, &exif_data);
return g_strdup (os.str ().c_str ());
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]