mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
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:
parent
7b77138667
commit
7bba1217a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue