From bb86b8ca7e9f5de4cdb48e1248a2675e4dfa49a1 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 24 Apr 2009 18:53:36 -0300 Subject: mp4mux: Changes src caps to application/x-iso-mp4 Fixes #580005 --- gst/qtmux/gstqtmuxmap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/qtmux/gstqtmuxmap.c b/gst/qtmux/gstqtmuxmap.c index 9b6ae581..9a3bd4f2 100644 --- a/gst/qtmux/gstqtmuxmap.c +++ b/gst/qtmux/gstqtmuxmap.c @@ -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) -- cgit v1.2.1