summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2object.c
AgeCommit message (Collapse)AuthorFilesLines
2006-07-19sys/v4l2/gstv4l2object.c: If "device-name" is requested and the device is ↵Martin Szulecki1-1/+5
not open, try to temporarily open it to obt... Original commit message from CVS: Patch by: Martin Szulecki * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper): If "device-name" is requested and the device is not open, try to temporarily open it to obtain this information (#342494).
2006-05-19Some clean-ups requested by wingo in bug #338818.Edgard Lima1-7/+7
Original commit message from CVS: Some clean-ups requested by wingo in bug #338818.
2006-05-18configure.ac: Check for X11Stefan Kost1-2/+8
Original commit message from CVS: * configure.ac: Check for X11 * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices): * sys/v4l2/gstv4l2object.h: * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported): * sys/v4l2/gstv4l2src.h: * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open): * sys/v4l2/gstv4l2xoverlay.h: Code cleanups, fix debug macros
2006-05-11Changes proposed by Wingo in bug #338818.Edgard Lima1-0/+519
Original commit message from CVS: Changes proposed by Wingo in bug #338818.