diff options
author | Filippo Argiolas <filippo.argiolas@gmail.com> | 2008-08-23 15:43:49 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-23 15:43:49 +0000 |
commit | 4cefe7e94477e1b097638b30718b4f99640de7b3 (patch) | |
tree | 74f911d307612ed4898560045be4acbe8b0899e0 /ChangeLog | |
parent | e14c307e2d6245cf65e0817577216fc7a5918229 (diff) |
sys/v4l2/gstv4l2tuner.c: v4l2src doesn't have a property named "norm" so don't try to notify about changes to that pr...
Original commit message from CVS:
Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
* sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
v4l2src doesn't have a property named "norm" so don't try to notify
about changes to that property. The "norm" property and related
code are commented out currently. Fixes bug #549090.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk> + Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com> + + * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify): + v4l2src doesn't have a property named "norm" so don't try to notify + about changes to that property. The "norm" property and related + code are commented out currently. Fixes bug #549090. + +2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk> + Patch by: Mike Ruprecht <cmaiku at gmail dot com> * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices): |