mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
Add mapping for VQF caps
This commit is contained in:
parent
12ef79a2df
commit
63a4d4f332
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue