diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2006-09-02 14:45:04 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2006-09-02 14:45:04 +0000 |
commit | b638f1c974fb74618bc41c5de4bcf6400aa187f3 (patch) | |
tree | da2b42c1f7ce13532e4e540ceb5c63c80a072e0d /sys/v4l2/gstv4l2src.c | |
parent | 074e7b0d5335d919c65c3aa9e789c1d227fe1507 (diff) |
sys/v4l2/: Whitespace cleanups, dashify property-names.
Original commit message from CVS:
* sys/v4l2/gstv4l2.c:
* sys/v4l2/gstv4l2colorbalance.c:
* sys/v4l2/gstv4l2object.c:
(gst_v4l2_object_install_properties_helper):
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
* sys/v4l2/gstv4l2src.h:
Whitespace cleanups, dashify property-names.
Diffstat (limited to 'sys/v4l2/gstv4l2src.c')
-rw-r--r-- | sys/v4l2/gstv4l2src.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index 17b679a3..58348d8b 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -272,7 +272,7 @@ gst_v4l2src_class_init (GstV4l2SrcClass * klass) g_object_class_install_property (gobject_class, PROP_USE_FIXED_FPS, - g_param_spec_boolean ("use_fixed_fps", "Use Fixed FPS", + g_param_spec_boolean ("use-fixed-fps", "Use Fixed FPS", "Drop/Insert frames to reach a certain FPS (TRUE) " "or adapt FPS to suit the number of frabbed frames", TRUE, G_PARAM_READWRITE)); |