From: Thiago Santos Date: Fri, 24 Apr 2009 21:53:36 +0000 (-0300) Subject: mp4mux: Changes src caps to application/x-iso-mp4 X-Git-Tag: RELEASE-0.10.29~213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f763db3b83d74464b4ec11a2b29721679c8cccc;p=platform%2Fupstream%2Fgst-plugins-good.git mp4mux: Changes src caps to application/x-iso-mp4 Fixes #580005 --- diff --git a/gst/quicktime/gstqtmuxmap.c b/gst/quicktime/gstqtmuxmap.c index 9b6ae58..9a3bd4f 100644 --- a/gst/quicktime/gstqtmuxmap.c +++ b/gst/quicktime/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)