mp4mux: Do not require framerate in peer video caps
authorHans Månsson <hansm@axis.com>
Thu, 26 Sep 2013 18:41:26 +0000 (20:41 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 28 Sep 2013 11:02:11 +0000 (13:02 +0200)
Remove the framerate restriction on the caps.

Reference: https://bugzilla.gnome.org/show_bug.cgi?id=708864

gst/isomp4/gstqtmuxmap.c

index b739a7c..833b1b0 100644 (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 ], " \