synaesthesia: fix wrong debug log string (copy'n'paste)

This commit is contained in:
Stefan Kost 2011-06-03 11:35:55 +03:00
parent a184490e6c
commit 2965dbac47

View 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;
}