GNOME Bugzilla – Bug 560032
PATCH: cheese does not work for cams which support only one resolution
Last modified: 2008-11-09 18:39:24 UTC
Hi, Today I received this bug report: https://bugzilla.redhat.com/show_bug.cgi?id=470698 The problem here is that for cams which support only one resolution (and do not support the v4l2 ENUM_FRAMEIVAL ioctl). gstreamer will return caps with a range for width and height with range_min == range_max, this currently results in an empty resolution list (and generally not working) in cheese. The attached patch fixes this, I'll also file a bug against gstreamer as I believe one could call this a gstreamer bug.
Created attachment 122268 [details] [review] PATCH: cheese does not work for cams which support only one resolution
gstreamer bug: Bug 560033.
seems ok to me! hans, do you have a gnome svn account? if not, you should apply for one. if you dont have one, i will apply the patch
(In reply to comment #3) > seems ok to me! > > hans, do you have a gnome svn account? No. > if not, you should apply for one. Hmm, I already have way too many accounts, so I'll pass for now. If my patch rate goes beyond the occasional bug fix I will get an account.
hehe i added your patch to gnome-2-24 branch and trunk, thanks a lot!