[tracker/tracker-1.10] libtracker-extract: Fix insertion of white balance value
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-1.10] libtracker-extract: Fix insertion of white balance value
- Date: Mon, 2 Oct 2017 14:12:32 +0000 (UTC)
commit 53e912009cf929a4eab74dea388356116a00498b
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Sep 21 12:27:54 2017 +0200
libtracker-extract: Fix insertion of white balance value
https://bugzilla.gnome.org/show_bug.cgi?id=787774
src/libtracker-extract/tracker-xmp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-extract/tracker-xmp.c b/src/libtracker-extract/tracker-xmp.c
index 32bc14f..5bb84ea 100644
--- a/src/libtracker-extract/tracker-xmp.c
+++ b/src/libtracker-extract/tracker-xmp.c
@@ -994,7 +994,7 @@ tracker_xmp_apply_to_resource (TrackerResource *resource,
TrackerResource *white_balance;
white_balance = tracker_resource_new (data->white_balance);
- tracker_resource_set_relation (resource, "nmm:meteringMode", white_balance);
+ tracker_resource_set_relation (resource, "nmm:whiteBalance", white_balance);
g_object_unref (white_balance);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]