audioconvert: fixes warning: format not a string literal and no format arguments

redo of valid part of my previous revert.
This commit is contained in:
Josep Torra 2009-10-09 15:29:15 +02:00
parent 7b77138667
commit 7bba1217a5

View file

@ -638,7 +638,7 @@ gst_channel_mix_setup_matrix (AudioConvertCtx * this)
g_string_append (s, " }"); g_string_append (s, " }");
} }
g_string_append (s, " }"); g_string_append (s, " }");
GST_DEBUG (s->str); GST_DEBUG ("%s", s->str);
g_string_free (s, TRUE); g_string_free (s, TRUE);
} }
#endif #endif