mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-03 18:31:28 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue