From 5a605b883b086582ed703b672f9ae71109150999 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 13 Jan 2010 10:35:00 -0300 Subject: qtmux: Only accept avc-sample h264 qtmux and mp4mux should only accept h264 in avc-sample format --- gst/qtmux/gstqtmuxmap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/qtmux/gstqtmuxmap.c b/gst/qtmux/gstqtmuxmap.c index f690faa2d..c2715e46d 100644 --- a/gst/qtmux/gstqtmuxmap.c +++ b/gst/qtmux/gstqtmuxmap.c @@ -62,6 +62,7 @@ #define H264_CAPS \ "video/x-h264, " \ + "stream-format = (string) avc-sample, " \ COMMON_VIDEO_CAPS #define MPEG4V_CAPS \ -- cgit v1.2.3