diff --git a/gst/synaesthesia/gstsynaesthesia.c b/gst/synaesthesia/gstsynaesthesia.c index 910ffb2932..79ca45fef3 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; }