After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767087 - ahcsrc: improve error message when camera open fails
ahcsrc: improve error message when camera open fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-31 19:41 UTC by Xavier Claessens
Modified: 2018-01-28 18:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2016-05-31 19:41:28 UTC
W/GStreamer+ahcsrc(23303): 0:00:45.427034311 0x64419e60 gstahcsrc.c:2355:gst_ahc_src_open:<ahcsrc0> error: Unable to open device '0'.
 W/GStreamer+ahcsrc(23303): 0:00:45.427188234 0x64419e60 gstahcsrc.c:2355:gst_ahc_src_open:<ahcsrc0> error: system error: Success
Comment 1 Tim-Philipp Müller 2016-05-31 19:44:29 UTC
Hah. Let's try this:

commit 889a1a9b905d9570fb3305b4d765697f6a07ac5d
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Tue May 31 20:41:14 2016 +0100

    androidmedia: fix error debug message when camera doesn't exist
    
    Makes no sense to include the system error here since errno
    will likely not be set and then it says 'system error: success'
    which is confusing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767087
Comment 2 Tim-Philipp Müller 2016-05-31 19:47:39 UTC
On second thought, let's re-open this. We should also mention what the problem is in this case, since the device number is valid.
Comment 3 Tim-Philipp Müller 2018-01-28 18:53:58 UTC
I don't remember what else I wanted to do here exactly.