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 | 419f2d205280e6bf50b482762f8bc2d41a89817d (patch) | |
tree | fc16bc815a9fcbec5c638b563b8c49b0909fe32e /sys/v4l2/v4l2_calls.c | |
parent | 6de50e694ba159b18070206eee1eb2f826ffd4e1 (diff) | |
download | gst-plugins-bad-419f2d205280e6bf50b482762f8bc2d41a89817d.tar.gz gst-plugins-bad-419f2d205280e6bf50b482762f8bc2d41a89817d.tar.bz2 gst-plugins-bad-419f2d205280e6bf50b482762f8bc2d41a89817d.zip |
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; |