mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
qtmux: Only accept avc-sample h264
qtmux and mp4mux should only accept h264 in avc-sample format
This commit is contained in:
parent
eba1357244
commit
5a605b883b
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
|
||||
#define H264_CAPS \
|
||||
"video/x-h264, " \
|
||||
"stream-format = (string) avc-sample, " \
|
||||
COMMON_VIDEO_CAPS
|
||||
|
||||
#define MPEG4V_CAPS \
|
||||
|
|
Loading…
Reference in a new issue