From: Wim Taymans Date: Tue, 27 Aug 2013 13:25:16 +0000 (+0200) Subject: matroska-mux: remove framerate restriction X-Git-Tag: 1.19.3~509^2~5378 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a8566ddec7cdacec68413ebd81fbe5c4182bbdc;p=platform%2Fupstream%2Fgstreamer.git matroska-mux: remove framerate restriction Remove the framerate restriction on the caps. --- diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index d31b1ab4dc..d535fd3b6b 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -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 "; "