From df3ceb86f71c0882e8995da40b0af5099e04fd7d Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 19 Oct 2013 18:52:25 +1100 Subject: [PATCH] rpicamsrc: Update maximum framerate to 90 fps --- sys/rpicamsrc/gstrpicamsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/rpicamsrc/gstrpicamsrc.c b/sys/rpicamsrc/gstrpicamsrc.c index c8a42d6..874ee85 100644 --- a/sys/rpicamsrc/gstrpicamsrc.c +++ b/sys/rpicamsrc/gstrpicamsrc.c @@ -548,7 +548,7 @@ gst_rpi_cam_src_get_caps (GstBaseSrc * bsrc, GstCaps * filter) gst_caps_set_simple (caps, "width", GST_TYPE_INT_RANGE, 1, 1920, "height", GST_TYPE_INT_RANGE, 1, 1080, - "framerate", GST_TYPE_FRACTION_RANGE, 0, 1, 60, 1, NULL); + "framerate", GST_TYPE_FRACTION_RANGE, 0, 1, 90, 1, NULL); done: GST_DEBUG_OBJECT (src, "get_caps returning %" GST_PTR_FORMAT, caps); -- 2.7.4