From 3dedf16f5077c48e8b1ea06a2681e9112e5b9901 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Wed, 5 Mar 2014 11:20:27 +0100 Subject: [PATCH] rawparse: increase framerate to maxint --- gst/rawparse/gstvideoparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rawparse/gstvideoparse.c b/gst/rawparse/gstvideoparse.c index 003b8f5285..b8bc7d14ec 100644 --- a/gst/rawparse/gstvideoparse.c +++ b/gst/rawparse/gstvideoparse.c @@ -86,7 +86,7 @@ gst_video_parse_class_init (GstVideoParseClass * klass) 0, INT_MAX, 240, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (gobject_class, PROP_FRAMERATE, gst_param_spec_fraction ("framerate", "Frame Rate", - "Frame rate of images in raw stream", 0, 1, 400, 1, 25, 1, + "Frame rate of images in raw stream", 0, 1, G_MAXINT, 1, 25, 1, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (gobject_class, PROP_PAR, gst_param_spec_fraction ("pixel-aspect-ratio", "Pixel Aspect Ratio",