Revert "audioconvert: fixes warning: format not a string literal and no format arguments"
authorJosep Torra <n770galaxy@gmail.com>
Fri, 9 Oct 2009 13:19:42 +0000 (15:19 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Fri, 9 Oct 2009 13:19:42 +0000 (15:19 +0200)
Revert this commit as unintentionally I've changed common.

This reverts commit 49ea0138223ec5f9e53780635cbcc70f33778667.

common
gst/audioconvert/gstchannelmix.c

diff --git a/common b/common
index 19fa4f3..a3e3ce4 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 19fa4f30229d0d3c468a5ecbab1f99c98e8afc67
+Subproject commit a3e3ce481deb7b8bce629142c8f6f4cde7424b5c
index 055f28d..1dbfcce 100644 (file)
@@ -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