mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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
This commit is contained in:
parent
d119d31259
commit
413016e459
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-09 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/qtmux/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part
|
||||
to caps so schroenc/schroparse can use it. Fixes #566958
|
||||
|
||||
2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* ext/resindvd/resindvdsrc.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)
|
||||
}
|
||||
,
|
||||
|
|
Loading…
Reference in a new issue