mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
Revert "audioconvert: fixes warning: format not a string literal and no format arguments"
Revert this commit as unintentionally I've changed common.
This reverts commit 49ea013822
.
This commit is contained in:
parent
c272d8d9fb
commit
7b77138667
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 19fa4f30229d0d3c468a5ecbab1f99c98e8afc67
|
||||
Subproject commit a3e3ce481deb7b8bce629142c8f6f4cde7424b5c
|
|
@ -638,7 +638,7 @@ gst_channel_mix_setup_matrix (AudioConvertCtx * this)
|
|||
g_string_append (s, " }");
|
||||
}
|
||||
g_string_append (s, " }");
|
||||
GST_DEBUG ("%s", s->str);
|
||||
GST_DEBUG (s->str);
|
||||
g_string_free (s, TRUE);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue