diff options
| author | Fredrik Persson <frepe@broadband.net> | 2006-10-18 11:04:09 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-10-18 11:04:09 +0000 |
| commit | 7d5caee3b560c272bfc7a76057ce61394830b2a3 (patch) | |
| tree | 57aeb65adddb90458605ca724113c4b4e2e78df6 /ChangeLog | |
| parent | ad1f788ac15633c7d52d3d996cd4b62e03dd352a (diff) | |
sys/v4l2/gstv4l2tuner.*: Fix _set_channel(): remove useless g_object_notify() for "channel" property that doesn't exi...
Original commit message from CVS:
Patch by: Fredrik Persson <frepe at broadband net>
* sys/v4l2/gstv4l2tuner.c:
* sys/v4l2/gstv4l2tuner.h:
Fix _set_channel(): remove useless g_object_notify() for "channel"
property that doesn't exist any longer and therefore now also
useless redirect (#338818).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-10-18 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Fredrik Persson <frepe at broadband net> + + * sys/v4l2/gstv4l2tuner.c: + * sys/v4l2/gstv4l2tuner.h: + Fix _set_channel(): remove useless g_object_notify() for "channel" + property that doesn't exist any longer and therefore now also + useless redirect (#338818). + 2006-10-17 Wim Taymans <wim@fluendo.com> * sys/oss/gstosssink.c: (gst_oss_sink_prepare): |
