mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
rawparse: increase framerate to maxint
This commit is contained in:
parent
2923dbc29e
commit
3dedf16f50
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue