From a3bc43192477baf4a8a0510fd55a762a408955c0 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 25 Nov 2011 19:28:55 -0300 Subject: [PATCH] ismlmux: Use iso-fragmented as variant type Using 'iso' conflicts with mp4mux variant type, ismlmux now uses iso-fragmented Fixes #656823 --- gst/isomp4/gstqtmuxmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/isomp4/gstqtmuxmap.c b/gst/isomp4/gstqtmuxmap.c index 7872f0c..e0fb78b 100644 --- a/gst/isomp4/gstqtmuxmap.c +++ b/gst/isomp4/gstqtmuxmap.c @@ -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) } -- 2.7.4