summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-01-13 10:35:00 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-01-13 10:35:57 -0300
commit5a605b883b086582ed703b672f9ae71109150999 (patch)
tree3c2fba7dc20b5d0d14629dfaddfe15fd899ecf40
parenteba1357244181d96ceff7f8e52980b2bd6e99c41 (diff)
qtmux: Only accept avc-sample h264
qtmux and mp4mux should only accept h264 in avc-sample format
-rw-r--r--gst/qtmux/gstqtmuxmap.c1
1 files changed, 1 insertions, 0 deletions
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 \