ffmpeg: mxf_d10 is application/mxf too, it only specifies the used mapping

This commit is contained in:
Sebastian Dröge 2009-03-04 12:24:47 +01:00
parent a57ffa07c4
commit b50cc13487

View file

@ -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");