summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2src_calls.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-08-24 00:40:07 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-08-24 00:40:07 +0000
commitd7ef60b0c4301178a164a3f5b4a82841a921ea65 (patch)
treeeb2a8b64ee26bfa93e65463cfac84a71483b5250 /sys/v4l2/v4l2src_calls.h
parente91b76790cb2c23b09448d1bb4d6adbe54716add (diff)
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.
Diffstat (limited to 'sys/v4l2/v4l2src_calls.h')
-rw-r--r--sys/v4l2/v4l2src_calls.h2
1 files changed, 1 insertions, 1 deletions
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);