mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +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
87450c1b6e
commit
45458c44a4
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
|
|
||||||
#define H264_CAPS \
|
#define H264_CAPS \
|
||||||
"video/x-h264, " \
|
"video/x-h264, " \
|
||||||
|
"stream-format = (string) avc-sample, " \
|
||||||
COMMON_VIDEO_CAPS
|
COMMON_VIDEO_CAPS
|
||||||
|
|
||||||
#define MPEG4V_CAPS \
|
#define MPEG4V_CAPS \
|
||||||
|
|
Loading…
Reference in a new issue