From d7ef60b0c4301178a164a3f5b4a82841a921ea65 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Thu, 24 Aug 2006 00:40:07 +0000 Subject: Fix set_caps to set width and height to the values the driver is really working with. Original commit message from CVS: Fix set_caps to set width and height to the values the driver is really working with. --- sys/v4l2/v4l2src_calls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/v4l2/v4l2src_calls.h') diff --git a/sys/v4l2/v4l2src_calls.h b/sys/v4l2/v4l2src_calls.h index 51d871ff..4b5a3871 100644 --- a/sys/v4l2/v4l2src_calls.h +++ b/sys/v4l2/v4l2src_calls.h @@ -28,7 +28,7 @@ gboolean gst_v4l2src_get_capture (GstV4l2Src * v4l2src); gboolean gst_v4l2src_set_capture (GstV4l2Src * v4l2src, struct v4l2_fmtdesc *fmt, - gint width, gint height); + gint * width, gint * height); gboolean gst_v4l2src_capture_init (GstV4l2Src * v4l2src); gboolean gst_v4l2src_capture_start (GstV4l2Src * v4l2src); gint gst_v4l2src_grab_frame (GstV4l2Src * v4l2src); -- cgit