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:
Hans Månsson 2013-09-26 20:41:26 +02:00 committed by Sebastian Dröge
parent 8c5ce0dbdc
commit 041946423a

View file

@ -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 ], " \