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:
parent
4b44169f05
commit
e778791b90
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user