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 664459 - Always start video preview when using a non default webcam
Always start video preview when using a non default webcam
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: VoIP
2.33.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-21 10:11 UTC by Guillaume Desmottes
Modified: 2011-11-23 10:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
factor out empathy_call_window_change_webcam() (2.16 KB, patch)
2011-11-21 12:51 UTC, Guillaume Desmottes
committed Details | Review
restart the camera only if it's already running (1.22 KB, patch)
2011-11-21 12:51 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2011-11-21 10:11:22 UTC
- Plugin at least 2 webcams
- Start a video call and switch to the non default one
- Terminate the call and start an audio call
- Video preview is started, it shouldn't.
Comment 1 Guillaume Desmottes 2011-11-21 12:51:17 UTC
Created attachment 201799 [details] [review]
factor out empathy_call_window_change_webcam()
Comment 2 Guillaume Desmottes 2011-11-21 12:51:20 UTC
Created attachment 201800 [details] [review]
restart the camera only if it's already running

Always restarting it will enable the camera in an audio only call.
Comment 3 Guillaume Desmottes 2011-11-23 10:00:16 UTC
Attachment 201799 [details] pushed as d15f750 - factor out empathy_call_window_change_webcam()
Attachment 201800 [details] pushed as f25f43b - restart the camera only if it's already running