mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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 */
|
/* Errors */
|
||||||
missing_caps_details:
|
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;
|
res = FALSE;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue