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.c | |
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.c')
-rw-r--r-- | sys/v4l2/v4l2_calls.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c index c29951fb..82ef14f4 100644 --- a/sys/v4l2/v4l2_calls.c +++ b/sys/v4l2/v4l2_calls.c @@ -270,16 +270,6 @@ gst_v4l2_open (GstV4l2Element *v4l2element) goto error; } - /* and get the video window */ - if (GST_V4L2_IS_OVERLAY(v4l2element)) { - if (ioctl(v4l2element->video_fd, VIDIOC_G_WIN, &(v4l2element->vwin)) < 0) { - gst_element_error(GST_ELEMENT(v4l2element), - "Failed to get video window properties of %s: %s", - v4l2element->device, sys_errlist[errno]); - goto error; - } - } - /* create enumerations */ if (!gst_v4l2_fill_lists(v4l2element)) goto error; |