wavparse: fix typo in debug message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2425>
This commit is contained in:
parent
f31afe465f
commit
92c0a462ae
@ -1772,7 +1772,7 @@ invalid_blockalign:
|
||||
invalid_bps:
|
||||
{
|
||||
GST_ELEMENT_ERROR (wav, STREAM, FAILED, (NULL),
|
||||
("Stream claims av_bsp = %u, which is more than %u - invalid data",
|
||||
("Stream claims av_bps = %u, which is more than %u - invalid data",
|
||||
wav->av_bps, wav->blockalign * wav->rate));
|
||||
goto fail;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user