projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f6a82d
)
ext/ldac: Fix typo in 88200(0) stereo encoder sampling rate
author
Marijn Suijten
<marijns95@gmail.com>
Tue, 26 Jan 2021 10:02:21 +0000
(11:02 +0100)
committer
Marijn Suijten
<marijns95@gmail.com>
Tue, 26 Jan 2021 10:02:21 +0000
(11:02 +0100)
Fixes:
a57681455
("ext: Add LDAC encoder")
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1985>
ext/ldac/gstldacenc.c
patch
|
blob
|
history
diff --git
a/ext/ldac/gstldacenc.c
b/ext/ldac/gstldacenc.c
index
2d414b0
..
09fd23c
100644
(file)
--- a/
ext/ldac/gstldacenc.c
+++ b/
ext/ldac/gstldacenc.c
@@
-64,7
+64,7
@@
static GstStaticPadTemplate ldac_enc_src_factory =
"rate = (int) { 44100, 48000, 88200, 96000 }, "
"channels = (int) 1, channel-mode = (string)mono; "
"audio/x-ldac, "
- "rate = (int) { 44100, 48000, 88200
0
, 96000 }, "
+ "rate = (int) { 44100, 48000, 88200, 96000 }, "
"channels = (int) 2, " "channel-mode = (string) { dual, stereo }"));
enum