audioringbuffer: Also add FLAC to debug strings.
authorJan Schmidt <jan@centricular.com>
Sat, 4 Feb 2017 03:46:00 +0000 (14:46 +1100)
committerJan Schmidt <jan@centricular.com>
Sat, 4 Feb 2017 03:46:42 +0000 (14:46 +1100)
Oops, also add FLAC to the debug strings array.

https://bugzilla.gnome.org/show_bug.cgi?id=777655

gst-libs/gst/audio/gstaudioringbuffer.c

index f391db6..cd774bb 100644 (file)
@@ -131,7 +131,8 @@ static const gchar *format_type_names[] = {
   "aac mpeg2",
   "aac mpeg4",
   "aac mpeg2 raw",
-  "aac mpeg4 raw"
+  "aac mpeg4 raw",
+  "flac"
 };
 #endif