mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gstffmpegcodecmap: Give a proper mapping for NSV format
This commit is contained in:
parent
9637ff5ab1
commit
3230d4da09
1 changed files with 2 additions and 0 deletions
|
@ -2488,6 +2488,8 @@ gst_ffmpeg_formatid_to_caps (const gchar * format_name)
|
|||
caps = gst_caps_from_string ("audio/x-musepack, streamversion = (int) 7");
|
||||
} else if (!strcmp (format_name, "vqf")) {
|
||||
caps = gst_caps_from_string ("audio/x-vqf");
|
||||
} else if (!strcmp (format_name, "nsv")) {
|
||||
caps = gst_caps_from_string ("video/x-nsv");
|
||||
} else {
|
||||
gchar *name;
|
||||
|
||||
|
|
Loading…
Reference in a new issue