diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-09-28 11:05:39 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-09-28 11:05:39 +0000 |
commit | b878bc14164f1d8b22284811faffe1d355f63975 (patch) | |
tree | b1e90736713f8b2ae68bde2679c36c9af06cd2d2 /sys/v4l2/v4l2_calls.h | |
parent | 7ebeea2834f9f283a2f3d89de4df66df49bdaa3b (diff) |
I'm such an idiot - these files should have been in a week ago
Original commit message from CVS:
I'm such an idiot - these files should have been in a week ago
Diffstat (limited to 'sys/v4l2/v4l2_calls.h')
-rw-r--r-- | sys/v4l2/v4l2_calls.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/v4l2/v4l2_calls.h b/sys/v4l2/v4l2_calls.h index ce562d479..de0bbc9ef 100644 --- a/sys/v4l2/v4l2_calls.h +++ b/sys/v4l2/v4l2_calls.h @@ -125,8 +125,7 @@ gboolean gst_v4l2_set_display (GstV4l2Element *v4l2element, const gchar *display); gboolean gst_v4l2_set_window (GstV4l2Element *v4l2element, gint x, gint y, - gint w, gint h); -gboolean gst_v4l2_set_clips (GstV4l2Element *v4l2element, + gint w, gint h, struct v4l2_clip *clips, gint num_clips); gboolean gst_v4l2_enable_overlay (GstV4l2Element *v4l2element, |