qtmux: Only accept avc-sample h264

qtmux and mp4mux should only accept h264 in avc-sample
format
This commit is contained in:
Thiago Santos 2010-01-13 10:35:00 -03:00
parent eba1357244
commit 5a605b883b

View file

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