pitch: fix build error

fix build error due to sound integer sample caps

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8570>
This commit is contained in:
Dongyun Seo 2025-02-28 14:22:07 +09:00 committed by GStreamer Marge Bot
parent 4b44169f05
commit e778791b90

View file

@ -79,7 +79,7 @@ enum
"audio/x-raw, " \
"format = (string) " GST_AUDIO_NE (S16) ", " \
"rate = (int) [ 8000, MAX ], " \
"channels = (int) [ 1, MAX ]", \
"channels = (int) [ 1, MAX ], " \
"layout = (string) interleaved"
#else
#error "Only integer or float samples are supported"