qtmux: Only accept avc-sample h264
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 13 Jan 2010 13:35:00 +0000 (10:35 -0300)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:15 +0000 (20:32 +0100)
qtmux and mp4mux should only accept h264 in avc-sample
format

gst/quicktime/gstqtmuxmap.c

index f690faa..c2715e4 100644 (file)
@@ -62,6 +62,7 @@
 
 #define H264_CAPS \
   "video/x-h264, " \
+  "stream-format = (string) avc-sample, " \
   COMMON_VIDEO_CAPS
 
 #define MPEG4V_CAPS \