mp4mux: Do not require framerate in peer video caps
Remove the framerate restriction on the caps. Reference: https://bugzilla.gnome.org/show_bug.cgi?id=708864
This commit is contained in:
parent
8c5ce0dbdc
commit
041946423a
@ -49,8 +49,7 @@
|
||||
|
||||
#define COMMON_VIDEO_CAPS \
|
||||
"width = (int) [ 16, 4096 ], " \
|
||||
"height = (int) [ 16, 4096 ], " \
|
||||
"framerate = (fraction) [ 0, MAX ]"
|
||||
"height = (int) [ 16, 4096 ]"
|
||||
|
||||
#define COMMON_VIDEO_CAPS_NO_FRAMERATE \
|
||||
"width = (int) [ 16, 4096 ], " \
|
||||
|
Loading…
x
Reference in New Issue
Block a user