mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
audioringbuffer: Also add FLAC to debug strings.
Oops, also add FLAC to the debug strings array. https://bugzilla.gnome.org/show_bug.cgi?id=777655
This commit is contained in:
parent
04c14de1d1
commit
5903e2dfbb
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ static const gchar *format_type_names[] = {
|
||||||
"aac mpeg2",
|
"aac mpeg2",
|
||||||
"aac mpeg4",
|
"aac mpeg4",
|
||||||
"aac mpeg2 raw",
|
"aac mpeg2 raw",
|
||||||
"aac mpeg4 raw"
|
"aac mpeg4 raw",
|
||||||
|
"flac"
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue