ismlmux: Use iso-fragmented as variant type
authorThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 25 Nov 2011 22:28:55 +0000 (19:28 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 25 Nov 2011 22:29:31 +0000 (19:29 -0300)
Using 'iso' conflicts with mp4mux variant type, ismlmux now
uses iso-fragmented

Fixes #656823

gst/isomp4/gstqtmuxmap.c

index 7872f0c..e0fb78b 100644 (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)
       }