ext/ldac: Fix typo in 88200(0) stereo encoder sampling rate
authorMarijn Suijten <marijns95@gmail.com>
Tue, 26 Jan 2021 10:02:21 +0000 (11:02 +0100)
committerMarijn 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

index 2d414b0..09fd23c 100644 (file)
@@ -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