Add mapping for VQF caps

This commit is contained in:
Sebastian Dröge 2009-05-13 16:21:36 +02:00
parent 12ef79a2df
commit 63a4d4f332

View file

@ -2366,6 +2366,8 @@ gst_ffmpeg_formatid_to_caps (const gchar * format_name)
"y4mversion", G_TYPE_INT, 2, NULL);
} else if (!strcmp (format_name, "mpc")) {
caps = gst_caps_from_string ("audio/x-musepack, streamversion = (int) 7");
} else if (!strcmp (format_name, "vqf")) {
caps = gst_caps_from_string ("audio/x-twinvq");
} else {
gchar *name;