mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue