From 419f2d205280e6bf50b482762f8bc2d41a89817d Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 28 Sep 2002 11:05:39 +0000 Subject: 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 --- sys/v4l2/v4l2_calls.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sys/v4l2/v4l2_calls.c') 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; -- cgit v1.2.1