spelling: fix Palette

This commit is contained in:
Marc Leeman 2024-04-30 11:46:47 +02:00
parent bd1b231ca3
commit cd5b0ecb7a

View file

@ -5449,8 +5449,8 @@ build_jp2h_extension (gint width, gint height, const gchar * colorspace,
pcol = (value >> 16) & 0xFF;
if (mtyp == 1)
GST_WARNING ("MTYP of cmap atom signals Pallete Mapping, but we don't "
"handle Pallete mapping atoms yet");
GST_WARNING ("MTYP of cmap atom signals Palette Mapping, but we don't "
"handle Palette mapping atoms yet");
gst_byte_writer_put_uint16_be_unchecked (&writer, cmp);
gst_byte_writer_put_uint8_unchecked (&writer, mtyp);