From 7b77138667add892d22f6577711b9faea9fe4982 Mon Sep 17 00:00:00 2001 From: Josep Torra Date: Fri, 9 Oct 2009 15:19:42 +0200 Subject: [PATCH] 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 49ea0138223ec5f9e53780635cbcc70f33778667. --- common | 2 +- gst/audioconvert/gstchannelmix.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index 19fa4f3022..a3e3ce481d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 19fa4f30229d0d3c468a5ecbab1f99c98e8afc67 +Subproject commit a3e3ce481deb7b8bce629142c8f6f4cde7424b5c diff --git a/gst/audioconvert/gstchannelmix.c b/gst/audioconvert/gstchannelmix.c index 055f28d7af..1dbfcce75b 100644 --- a/gst/audioconvert/gstchannelmix.c +++ b/gst/audioconvert/gstchannelmix.c @@ -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