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 566616 - v4l2src: b/w support
v4l2src: b/w support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-05 12:23 UTC by Luotao Fu
Modified: 2009-01-23 08:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[resend] [patch] v4l2src: Adds 8bit grayscale support (1.23 KB, patch)
2009-01-05 12:24 UTC, Luotao Fu
committed Details | Review

Description Luotao Fu 2009-01-05 12:23:12 UTC
v4l2src doesn't contain support for b/w cameras.
Comment 1 Luotao Fu 2009-01-05 12:24:24 UTC
Created attachment 125778 [details] [review]
[resend] [patch] v4l2src: Adds 8bit grayscale support
Comment 2 Sebastian Dröge (slomo) 2009-01-05 12:30:21 UTC
2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

	Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
	          Luotao Fu <l dot fu at pengutronix dot de>

	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
	(gst_v4l2_get_caps_info):
	Add support for grayscale v4l2 devices. Fixes bug #566616.