From 413016e459ae4e3c4c1411b51d23c9ebf98e52d9 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 9 Jan 2009 21:59:48 +0000 Subject: gst/qtmux/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/qtmux/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part to caps so schroenc/schroparse can use it. Fixes #566958 --- gst/qtmux/gstqtmuxmap.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gst/qtmux/gstqtmuxmap.c') diff --git a/gst/qtmux/gstqtmuxmap.c b/gst/qtmux/gstqtmuxmap.c index 0f876b30..af1cb31d 100644 --- a/gst/qtmux/gstqtmuxmap.c +++ b/gst/qtmux/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) } , -- cgit v1.2.1