GNOME Bugzilla – Bug 603745
[dc1394src] add "iso-speed" property
Last modified: 2010-03-09 23:47:24 UTC
Created attachment 149055 [details] [review] patch to add iso-speed property to dc1394src It would be useful to have a property for setting the iso speed for dc1394src. Currently, it is always set to DC1394_ISO_SPEED_400. Attached is a patch that adds this property.
Created attachment 149368 [details] [review] adds property to dc1394src to set iso speed also sets b-mode if necessary (i.e. bandwidth is greater than 400).
Created attachment 149376 [details] [review] add iso-speed property adds iso-speed property, lists valid iso-speeds in help, validates iso-speed before setting it and sets bmode if necessary.
Created attachment 149381 [details] [review] adds iso-speed property created with git format-patch --stdout -3 > iso-speed.diff
Created attachment 149382 [details] [review] adds iso-speed property
commit 846c2db92676324e284f50886e746ff44cc114e3 Author: Tristan Matthews <tristan@sat.qc.ca> Date: Tue Dec 8 16:36:16 2009 -0500 dc1394: list valid iso-speeds in help and validate speeds in set_property. commit f8c1709b5fe382b32fdd8a99a5940d58af3f9af9 Author: Tristan Matthews <tristan@sat.qc.ca> Date: Tue Dec 8 16:05:14 2009 -0500 dc1394: check iso-speed values in set_property, ignore if invalid commit 0cb067987d0bc109e7f256cd73bfd5eef4436270 Author: Tristan Matthews <tristan@sat.qc.ca> Date: Tue Dec 8 15:37:03 2009 -0500 dc1394: add iso-speed property Add iso-speed property which allows for higher bandwidth dc video. Automatically set to b-mode as needed. Fixes #603745.