diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2009-05-10 21:21:36 +0200 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2009-05-10 21:21:36 +0200 |
commit | 29d53b22f9934d3d2a6751be91c88caa320efda4 (patch) | |
tree | deb4641a0b5945bf21e4a70e194714ecae73243f /gst | |
parent | 9e2b9d18ac66da68ef574485a362cfc0550b5aa0 (diff) | |
download | gst-plugins-bad-29d53b22f9934d3d2a6751be91c88caa320efda4.tar.gz gst-plugins-bad-29d53b22f9934d3d2a6751be91c88caa320efda4.tar.bz2 gst-plugins-bad-29d53b22f9934d3d2a6751be91c88caa320efda4.zip |
gppmux: Add MPEG-4 part 2 to supported formats. Fixes #581593.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/qtmux/gstqtmuxmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtmux/gstqtmuxmap.c b/gst/qtmux/gstqtmuxmap.c index a4972661..11913670 100644 --- a/gst/qtmux/gstqtmuxmap.c +++ b/gst/qtmux/gstqtmuxmap.c @@ -174,7 +174,7 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = { "3GPP", "GstGPPMux", 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) } , |