mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
fix compile error on unforgiving Gentoo compiler
Original commit message from CVS: fix compile error on unforgiving Gentoo compiler
This commit is contained in:
parent
ef502795dc
commit
0799be4c1b
1 changed files with 2 additions and 0 deletions
|
@ -52,9 +52,11 @@ GST_STATIC_PAD_TEMPLATE (
|
|||
"rate = (int) [ 11025, 48000 ], "
|
||||
"channels = (int) [ 1, 2 ], "
|
||||
"endianness = (int) BYTE_ORDER, "
|
||||
/* no ifdef in macros, please
|
||||
#ifdef GST_VORBIS_DEC_SEQUENTIAL
|
||||
"layout = \"sequential\", "
|
||||
#endif
|
||||
*/
|
||||
"width = (int) 32, "
|
||||
"buffer-frames = (int) 0"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue