mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue