mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue