From 2965dbac47a7d08a7294919aa0a1e7e24ca1252b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 3 Jun 2011 11:35:55 +0300 Subject: [PATCH] synaesthesia: fix wrong debug log string (copy'n'paste) --- gst/synaesthesia/gstsynaesthesia.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/synaesthesia/gstsynaesthesia.c b/gst/synaesthesia/gstsynaesthesia.c index 910ffb2..79ca45f 100644 --- a/gst/synaesthesia/gstsynaesthesia.c +++ b/gst/synaesthesia/gstsynaesthesia.c @@ -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; } -- 2.7.4