ismlmux: Use iso-fragmented as variant type

Using 'iso' conflicts with mp4mux variant type, ismlmux now
uses iso-fragmented

Fixes #656823
This commit is contained in:
Thiago Santos 2011-11-25 19:28:55 -03:00
parent 1f4bb68794
commit a3bc431924

View file

@ -201,7 +201,7 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
"ismlmux",
"ISML",
"GstISMLMux",
GST_STATIC_CAPS ("video/quicktime, variant = (string) iso"),
GST_STATIC_CAPS ("video/quicktime, variant = (string) iso-fragmented"),
GST_STATIC_CAPS (MPEG4V_CAPS "; " H264_CAPS),
GST_STATIC_CAPS (MP3_CAPS "; " AAC_CAPS)
}