From: Thiago Santos Date: Fri, 25 Nov 2011 22:28:55 +0000 (-0300) Subject: ismlmux: Use iso-fragmented as variant type X-Git-Tag: 1.19.3~509^2~7136^2~228 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3bc43192477baf4a8a0510fd55a762a408955c0;p=platform%2Fupstream%2Fgstreamer.git ismlmux: Use iso-fragmented as variant type Using 'iso' conflicts with mp4mux variant type, ismlmux now uses iso-fragmented Fixes #656823 --- 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) }