? gsterror.diff Index: src/sj-extractor.c =================================================================== RCS file: /cvs/gnome/sound-juicer/src/sj-extractor.c,v retrieving revision 1.34 diff -u -r1.34 sj-extractor.c --- src/sj-extractor.c 13 Jan 2004 11:18:02 -0000 1.34 +++ src/sj-extractor.c 5 Apr 2004 11:41:06 -0000 @@ -267,7 +267,7 @@ return element; } -static void error_cb (GstElement *element, GObject *arg, gchar *arg2, gpointer user_data) +static void error_cb (GstElement *element, GObject *arg, GError *err, gchar *arg2, gpointer user_data) { SjExtractor *extractor = SJ_EXTRACTOR (user_data); GError *error = NULL; @@ -466,7 +466,7 @@ GST_TAG_COMMENT, _("Ripped with Sound Juicer"), NULL); } else { - g_warning ("The current encoding element doesn't have tag support"); +// g_warning ("The current encoding element doesn't have tag support"); } #else tracknumber = g_strdup_printf("%d/%d", track->number, track->album->number);