summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/audio/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/audio/audio.h')
-rw-r--r--gst-libs/gst/audio/audio.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gst-libs/gst/audio/audio.h b/gst-libs/gst/audio/audio.h
index 1b761026..0b67ebc1 100644
--- a/gst-libs/gst/audio/audio.h
+++ b/gst-libs/gst/audio/audio.h
@@ -57,8 +57,7 @@ G_BEGIN_DECLS
"endianness = (int) { LITTLE_ENDIAN, BIG_ENDIAN }, " \
"width = (int) { 8, 16, 32 }, " \
"depth = (int) [ 1, 32 ], " \
- "signed = (boolean) { true, false }, " \
- "buffer-frames = (int) [ 1, MAX ]"
+ "signed = (boolean) { true, false }"
/* "standard" int audio is native order, 16 bit stereo. */
@@ -69,8 +68,7 @@ G_BEGIN_DECLS
"endianness = (int) BYTE_ORDER, " \
"width = (int) 16, " \
"depth = (int) 16, " \
- "signed = (boolean) true, " \
- "buffer-frames = (int) [ 1, MAX]"
+ "signed = (boolean) true"
#define GST_AUDIO_FLOAT_PAD_TEMPLATE_CAPS \
"audio/x-raw-float, " \