mp4mux: Changes src caps to application/x-iso-mp4
authorThiago Santos <thiagoss@embedded.ufcg.edu.br>
Fri, 24 Apr 2009 21:53:36 +0000 (18:53 -0300)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:11 +0000 (20:32 +0100)
Fixes #580005

gst/quicktime/gstqtmuxmap.c

index 9b6ae58..9a3bd4f 100644 (file)
@@ -159,8 +159,7 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
         "mp4mux",
         "MP4",
         "GstMP4Mux",
-        /* FIXME does not feel right, due to qt caps mess */
-        GST_STATIC_CAPS ("video/quicktime"),
+        GST_STATIC_CAPS ("application/x-iso-mp4"),
         GST_STATIC_CAPS (MPEG4V_CAPS "; " H264_CAPS ";"
             "video/x-mp4-part," COMMON_VIDEO_CAPS),
         GST_STATIC_CAPS (MP3_CAPS "; " AAC_CAPS)