wavparse: fix typo in debug message
authorShingo Kitagawa <shingogo@hotmail.co.jp>
Mon, 16 May 2022 10:31:18 +0000 (19:31 +0900)
committerShingo Kitagawa <shingogo@hotmail.co.jp>
Mon, 16 May 2022 10:31:18 +0000 (19:31 +0900)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2425>

subprojects/gst-plugins-good/gst/wavparse/gstwavparse.c

index 6069dee..3c171e2 100644 (file)
@@ -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;
   }