mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string.
Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string.
This commit is contained in:
parent
b11584fe36
commit
09a66d6dce
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/wavpack/gstwavpackdec.c:
|
||||
Oops, remove trailing comma from caps string.
|
||||
|
||||
2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
|
||||
|
|
|
@ -68,7 +68,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
|||
"audio/x-raw-float, "
|
||||
"width = (int) 32, "
|
||||
"channels = (int) { 1, 2 }, "
|
||||
"rate = (int) [ 6000, 192000 ], " "endianness = (int) LITTLE_ENDIAN, ")
|
||||
"rate = (int) [ 6000, 192000 ], " "endianness = (int) LITTLE_ENDIAN")
|
||||
);
|
||||
|
||||
static void gst_wavpack_dec_class_init (GstWavpackDecClass * klass);
|
||||
|
|
Loading…
Reference in a new issue