matroska-mux: remove framerate restriction
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 27 Aug 2013 13:25:16 +0000 (15:25 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 27 Aug 2013 13:25:16 +0000 (15:25 +0200)
Remove the framerate restriction on the caps.

gst/matroska/matroska-mux.c

index d31b1ab4dc6290c183ecc3f605f1f53f0656805e..d535fd3b6bea166e337795f518c063d6f4cb7f49 100644 (file)
@@ -86,11 +86,6 @@ static GstStaticPadTemplate src_templ = GST_STATIC_PAD_TEMPLATE ("src",
     );
 
 #define COMMON_VIDEO_CAPS \
-  "width = (int) [ 16, 4096 ], " \
-  "height = (int) [ 16, 4096 ], " \
-  "framerate = (fraction) [ 0, MAX ]"
-
-#define COMMON_VIDEO_CAPS_NO_FRAMERATE \
   "width = (int) [ 16, 4096 ], " \
   "height = (int) [ 16, 4096 ] "
 
@@ -119,7 +114,7 @@ static GstStaticPadTemplate videosink_templ =
         "video/x-msmpeg, "
         COMMON_VIDEO_CAPS "; "
         "image/jpeg, "
-        COMMON_VIDEO_CAPS_NO_FRAMERATE "; "
+        COMMON_VIDEO_CAPS "; "
         "video/x-theora; "
         "video/x-dirac, "
         COMMON_VIDEO_CAPS "; "