mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
synaesthesia: fix wrong debug log string (copy'n'paste)
This commit is contained in:
parent
a184490e6c
commit
2965dbac47
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue