mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +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
84f4cacb6f
commit
a27a81da70
1 changed files with 1 additions and 1 deletions
|
@ -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