From: David Schleef Date: Fri, 9 Jan 2009 21:59:48 +0000 (+0000) Subject: gst/quicktime/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part to caps so schro... X-Git-Tag: RELEASE-0.10.29~219 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=975c375b09e3333de26c2b1683310d9ed7ced943;p=platform%2Fupstream%2Fgst-plugins-good.git gst/quicktime/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part to caps so schroenc/schroparse can use it. Fixes #5... Original commit message from CVS: * gst/quicktime/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part to caps so schroenc/schroparse can use it. Fixes #566958 --- diff --git a/gst/quicktime/gstqtmuxmap.c b/gst/quicktime/gstqtmuxmap.c index 0f876b305..af1cb31df 100644 --- a/gst/quicktime/gstqtmuxmap.c +++ b/gst/quicktime/gstqtmuxmap.c @@ -135,7 +135,8 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = { "systemstream = (boolean) false, " COMMON_VIDEO_CAPS "; " "image/jpeg, " - COMMON_VIDEO_CAPS_NO_FRAMERATE "; " "video/x-qt-part"), + COMMON_VIDEO_CAPS_NO_FRAMERATE "; " + "video/x-qt-part, " COMMON_VIDEO_CAPS), GST_STATIC_CAPS (PCM_CAPS_FULL "; " MP3_CAPS " ; " AAC_CAPS " ; " @@ -153,7 +154,8 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = { "GstMP4Mux", /* FIXME does not feel right, due to qt caps mess */ GST_STATIC_CAPS ("video/quicktime"), - GST_STATIC_CAPS (MPEG4V_CAPS "; " H264_CAPS), + GST_STATIC_CAPS (MPEG4V_CAPS "; " H264_CAPS ";" + "video/x-mp4-part," COMMON_VIDEO_CAPS), GST_STATIC_CAPS (MP3_CAPS "; " AAC_CAPS) } ,