gppmux: Add MPEG-4 part 2 to supported formats. Fixes #581593.
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Sun, 10 May 2009 19:21:36 +0000 (21:21 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Sun, 10 May 2009 19:21:36 +0000 (21:21 +0200)
gst/qtmux/gstqtmuxmap.c

index a497266..1191367 100644 (file)
@@ -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)
       }
   ,