mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
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:
parent
1f4bb68794
commit
a3bc431924
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
|
||||||
"ismlmux",
|
"ismlmux",
|
||||||
"ISML",
|
"ISML",
|
||||||
"GstISMLMux",
|
"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 (MPEG4V_CAPS "; " H264_CAPS),
|
||||||
GST_STATIC_CAPS (MP3_CAPS "; " AAC_CAPS)
|
GST_STATIC_CAPS (MP3_CAPS "; " AAC_CAPS)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue