mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
ffmpeg: mxf_d10 is application/mxf too, it only specifies the used mapping
This commit is contained in:
parent
a57ffa07c4
commit
b50cc13487
1 changed files with 1 additions and 1 deletions
|
@ -2321,7 +2321,7 @@ gst_ffmpeg_formatid_to_caps (const gchar * format_name)
|
|||
caps = gst_caps_from_string ("image/gif");
|
||||
} else if (!strcmp (format_name, "ogg")) {
|
||||
caps = gst_caps_from_string ("application/ogg");
|
||||
} else if (!strcmp (format_name, "mxf")) {
|
||||
} else if (!strcmp (format_name, "mxf") || !strcmp (format_name, "mxf_d10")) {
|
||||
caps = gst_caps_from_string ("application/mxf");
|
||||
} else if (!strcmp (format_name, "gxf")) {
|
||||
caps = gst_caps_from_string ("application/gxf");
|
||||
|
|
Loading…
Reference in a new issue