ext/ldac: Fix typo in 88200(0) stereo encoder sampling rate
Fixes: a57681455 ("ext: Add LDAC encoder") Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1985>
This commit is contained in:
parent
6f6a82d0f5
commit
3747fdb1a6
@ -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, 882000, 96000 }, "
|
||||
"rate = (int) { 44100, 48000, 88200, 96000 }, "
|
||||
"channels = (int) 2, " "channel-mode = (string) { dual, stereo }"));
|
||||
|
||||
enum
|
||||
|
Loading…
x
Reference in New Issue
Block a user