summaryrefslogtreecommitdiff
path: root/gst/rawparse
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2014-03-05 10:54:47 +0100
committerThijs Vermeir <thijsvermeir@gmail.com>2014-03-05 10:54:47 +0100
commit2923dbc29ef75240a2960704bac0e16952a1f4f3 (patch)
tree1e1e7f8e158a98ae67ebcf6fda0cf2e4f842f405 /gst/rawparse
parentd2895edf66412be333394d4a910dde5d1c00f173 (diff)
downloadgstreamer-plugins-bad-2923dbc29ef75240a2960704bac0e16952a1f4f3.tar.gz
rawparse: increase maximum framerate
Diffstat (limited to 'gst/rawparse')
-rw-r--r--gst/rawparse/gstvideoparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rawparse/gstvideoparse.c b/gst/rawparse/gstvideoparse.c
index c1b6a233d..003b8f528 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, 100, 1, 25, 1,
+ "Frame rate of images in raw stream", 0, 1, 400, 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",