mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 03:00:35 +00:00
rpicamsrc: Update maximum framerate to 90 fps
This commit is contained in:
parent
1dfb41bdce
commit
df3ceb86f7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue