mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
audioringbuffer: Prevent overflow of debug names array
Add new audio types to the list of strings used for debug so we don't index past the end of that array. https://bugzilla.gnome.org/show_bug.cgi?id=777655
This commit is contained in:
parent
5e2e111627
commit
04c14de1d1
1 changed files with 3 additions and 1 deletions
|
@ -129,7 +129,9 @@ static const gchar *format_type_names[] = {
|
||||||
"eac3",
|
"eac3",
|
||||||
"dts",
|
"dts",
|
||||||
"aac mpeg2",
|
"aac mpeg2",
|
||||||
"aac mpeg4"
|
"aac mpeg4",
|
||||||
|
"aac mpeg2 raw",
|
||||||
|
"aac mpeg4 raw"
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue