Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seungha Yang
gst-plugins-base
Commits
a23795d4
Commit
a23795d4
authored
Sep 02, 2005
by
Thomas Vander Stichele
Browse files
disable 24 bit until it gets fixed
Original commit message from CVS: disable 24 bit until it gets fixed
parent
60d0106d
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst/audioconvert/gstaudioconvert.c
View file @
a23795d4
...
...
@@ -111,13 +111,6 @@ GST_STATIC_CAPS ( \
"width = (int) 32, " \
"depth = (int) [ 1, 32 ], " \
"signed = (boolean) { true, false }; " \
"audio/x-raw-int, " \
"rate = (int) [ 1, MAX ], " \
"channels = (int) [ 1, 8 ], " \
"endianness = (int) { LITTLE_ENDIAN, BIG_ENDIAN }, " \
"width = (int) 24, " \
"depth = (int) [ 1, 24 ], " \
"signed = (boolean) { true, false }; " \
"audio/x-raw-int, " \
"rate = (int) [ 1, MAX ], " \
"channels = (int) [ 1, 8 ], " \
...
...
@@ -134,6 +127,15 @@ GST_STATIC_CAPS ( \
"signed = (boolean) { true, false } " \
)
/* FIXME: put back 24 bit audio */
#if 0
"audio/x-raw-int, "
"rate = (int) [ 1, MAX ], "
"channels = (int) [ 1, 8 ], "
"endianness = (int) { LITTLE_ENDIAN, BIG_ENDIAN }, "
"width = (int) 24, "
"depth = (int) [ 1, 24 ], " "signed = (boolean) { true, false }; "
#endif
static
GstAudioChannelPosition
*
supported_positions
;
static
GstStaticCaps
gst_audio_convert_static_caps
=
STATIC_CAPS
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment