ges: fix compiler warnings

This commit is contained in:
Alessandro Decina 2011-01-27 17:43:47 +01:00
parent a447bc5b02
commit 77d789b077

View file

@ -401,8 +401,8 @@ load_keyfile (GESFormatter * keyfile_formatter, GESTimeline * timeline)
data = ges_formatter_get_data (keyfile_formatter, &length);
if (!g_key_file_load_from_data (kf, data, length, G_KEY_FILE_NONE, &error)) {
ret = FALSE;
GST_ERROR (error->message);
GST_INFO (data);
GST_ERROR ("%s", error->message);
GST_INFO ("%s", data);
goto free_kf;
}