From e14c307e2d6245cf65e0817577216fc7a5918229 Mon Sep 17 00:00:00 2001 From: Mike Ruprecht Date: Sat, 23 Aug 2008 15:33:49 +0000 Subject: sys/v4l2/gstv4l2object.c: Reprobe devices again instead of taking a cached list as new devices could've been plugged ... Original commit message from CVS: Patch by: Mike Ruprecht * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices): Reprobe devices again instead of taking a cached list as new devices could've been plugged in. Fixes bug #549062. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 629990ab..486d6236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-08-23 Sebastian Dröge + + Patch by: Mike Ruprecht + + * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices): + Reprobe devices again instead of taking a cached list as new + devices could've been plugged in. Fixes bug #549062. + 2008-08-22 Sebastian Dröge * gst/autodetect/Makefile.am: -- cgit