synaesthesia: fix wrong debug log string (copy'n'paste)
authorStefan Kost <ensonic@users.sf.net>
Fri, 3 Jun 2011 08:35:55 +0000 (11:35 +0300)
committerStefan Kost <ensonic@users.sf.net>
Fri, 3 Jun 2011 08:35:55 +0000 (11:35 +0300)
gst/synaesthesia/gstsynaesthesia.c

index 910ffb2..79ca45f 100644 (file)
@@ -312,7 +312,8 @@ done:
   /* Errors */
 missing_caps_details:
   {
-    GST_WARNING_OBJECT (synaesthesia, "missing channels or rate in the caps");
+    GST_WARNING_OBJECT (synaesthesia,
+        "missing width, height or framerate in the caps");
     res = FALSE;
     goto done;
   }