GNOME Bugzilla – Bug 658543
[v4l2src] Use GST_RESOURCE_ERROR_BUSY if webcam is already used
Last modified: 2011-09-08 13:05:53 UTC
We'd like to display some helpful error message if an Empathy user can't use his webcam because it's already used by another application. Atm we can't easily identify such failure because it's reported as a GST_RESOURCE_ERROR_SETTINGS and not a GST_RESOURCE_ERROR_BUSY as expected.
Created attachment 195975 [details] [review] gstv4l2object: use GST_RESOURCE_ERROR_BUSY if v4l2_ioctl fails with EBUSY
commit 06c65418d7aeadb7db3880cf815b7d0ff8d36b83 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Thu Sep 8 13:28:24 2011 +0200 v4l2: use GST_RESOURCE_ERROR_BUSY if v4l2_ioctl fails with EBUSY https://bugzilla.gnome.org/show_bug.cgi?id=658543