[tracker] tracker-extract, gif: Fix compilation error for GIF extractor
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-extract, gif: Fix compilation error for GIF extractor
- Date: Wed, 7 Sep 2011 12:26:52 +0000 (UTC)
commit 2f1e0b314491659120d16dc058ab7fe09f1bb72b
Author: Philip Van Hoof <philip codeminded be>
Date: Wed Sep 7 14:26:15 2011 +0200
tracker-extract, gif: Fix compilation error for GIF extractor
src/tracker-extract/tracker-extract-gif.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-extract-gif.c b/src/tracker-extract/tracker-extract-gif.c
index 23170cf..5073509 100644
--- a/src/tracker-extract/tracker-extract-gif.c
+++ b/src/tracker-extract/tracker-extract-gif.c
@@ -368,7 +368,7 @@ read_metadata (TrackerSparqlBuilder *preupdate,
}
if (xd->regions) {
- tracker_xmp_apply_regions (preupdate, metadata, where, uri, xd);
+ tracker_xmp_apply_regions (preupdate, metadata, graph, xd);
}
for (i = 0; i < keywords->len; i++) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]