mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gppmux: Add MPEG-4 part 2 to supported formats. Fixes #581593.
This commit is contained in:
parent
9e2b9d18ac
commit
29d53b22f9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
|
||||||
"3GPP",
|
"3GPP",
|
||||||
"GstGPPMux",
|
"GstGPPMux",
|
||||||
GST_STATIC_CAPS ("video/quicktime, variant = (string) 3gpp"),
|
GST_STATIC_CAPS ("video/quicktime, variant = (string) 3gpp"),
|
||||||
GST_STATIC_CAPS (H263_CAPS "; " H264_CAPS),
|
GST_STATIC_CAPS (H263_CAPS "; " MPEG4V_CAPS "; " H264_CAPS),
|
||||||
GST_STATIC_CAPS (AMR_CAPS "; " MP3_CAPS "; " AAC_CAPS)
|
GST_STATIC_CAPS (AMR_CAPS "; " MP3_CAPS "; " AAC_CAPS)
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
|
|
Loading…
Reference in a new issue