summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-26 03:54:21 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-26 03:54:21 +0000
commit054dc28a32f44ea1dd497d8b5919316998f79955 (patch)
treea278c474343bec92bffa79d0efe4d65e25c8db80
parentca1ae38967bf2b806407a2662c80efc842be7694 (diff)
downloadgstreamer-plugins-bad-054dc28a32f44ea1dd497d8b5919316998f79955.tar.gz
gst-libs/gst/audio/audio.h: remove buffer-frames from audio caps
Original commit message from CVS: 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/audio/audio.h: remove buffer-frames from audio caps * gst/audioconvert/gstaudioconvert.c: fix plugin to really work.
-rw-r--r--ChangeLog7
-rw-r--r--gst-libs/gst/audio/audio.h6
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 85816bbc3..8257f6d69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * gst-libs/gst/audio/audio.h:
+ remove buffer-frames from audio caps
+ * gst/audioconvert/gstaudioconvert.c:
+ fix plugin to really work.
+
2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst-libs/gst/mixer/mixer.c:
diff --git a/gst-libs/gst/audio/audio.h b/gst-libs/gst/audio/audio.h
index 1b761026a..0b67ebc10 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, " \