[tracker] tracker-extract-gstreamer-helix: Update albumart code to fix build



commit 62c5aa8e2d617fb5a51740e175faa94de51118cb
Author: Jürg Billeter <j bitron ch>
Date:   Mon May 25 10:44:54 2009 +0200

    tracker-extract-gstreamer-helix: Update albumart code to fix build
---
 .../tracker-extract-gstreamer-helix.c              |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tracker-extract/tracker-extract-gstreamer-helix.c b/src/tracker-extract/tracker-extract-gstreamer-helix.c
index 54fdd94..527e2e0 100644
--- a/src/tracker-extract/tracker-extract-gstreamer-helix.c
+++ b/src/tracker-extract/tracker-extract-gstreamer-helix.c
@@ -829,13 +829,13 @@ tracker_extract_gstreamer_helix (const gchar *uri,
 	if (extractor->album_art_data && extractor->album_art_size) {
 
 #ifdef HAVE_GDKPIXBUF
-		tracker_process_albumart (extractor->album_art_data, extractor->album_art_size,
+		tracker_process_albumart (extractor->album_art_data, extractor->album_art_size, NULL,
 				       /* artist */ NULL ,
 				       album,
 				       scount,
 				       uri);
 #else
-		tracker_process_albumart (NULL, 0,
+		tracker_process_albumart (NULL, 0, NULL,
 				       /* artist */ NULL ,
 				       album,
 				       scount,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]