summaryrefslogtreecommitdiffstats
path: root/ext/swfdec
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-11-09 06:08:22 +0000
committerBenjamin Otte <otte@gnome.org>2004-11-09 06:08:22 +0000
commit744f2da62bf6c536e43348dbc309c38e546a65db (patch)
tree6f3e71f1f94a58c1731a5e9269567d9f47a56f96 /ext/swfdec
parent05837c44365ba12b180368c2974ee6ccc854ec9b (diff)
downloadgst-plugins-bad-744f2da62bf6c536e43348dbc309c38e546a65db.tar.gz
gst-plugins-bad-744f2da62bf6c536e43348dbc309c38e546a65db.tar.bz2
gst-plugins-bad-744f2da62bf6c536e43348dbc309c38e546a65db.zip
ext/alsa/gstalsa.c: buffer-frames property was missing
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal): buffer-frames property was missing * ext/arts/gst_arts.c: rate missing from sinkcaps * ext/audiofile/gstafparse.c: * ext/audiofile/gstafsink.c: * ext/audiofile/gstafsrc.c: * ext/swfdec/gstswfdec.c: int audio doesn't know buffer-frames * ext/cdparanoia/gstcdparanoia.c: int audio doesn't know chunksize either * ext/nas/nassink.c: it's endianness, not endianess * gst-libs/gst/audio/audio.h: make float standard pad template caps really describe float * gst/law/mulaw.c: (linear_factory): signed only, please * gst/mpegstream/gstdvddemux.c: widths of 20 are not valid
Diffstat (limited to 'ext/swfdec')
-rw-r--r--ext/swfdec/gstswfdec.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c
index 929e14db..4667ef1f 100644
--- a/ext/swfdec/gstswfdec.c
+++ b/ext/swfdec/gstswfdec.c
@@ -61,9 +61,7 @@ GST_STATIC_PAD_TEMPLATE ("audio_00",
"rate = (int) 44100, "
"channels = (int) 2, "
"endianness = (int) BYTE_ORDER, "
- "width = (int) 16, "
- "depth = (int) 16, "
- "signed = (boolean) true, " "buffer-frames = (int) [ 1, MAX ]")
+ "width = (int) 16, " "depth = (int) 16, " "signed = (boolean) true")
);
static GstStaticPadTemplate sink_template_factory =