diff options
author | Andy Wingo <wingo@pobox.com> | 2005-08-24 11:13:54 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-08-24 11:13:54 +0000 |
commit | b45323de189c9bb013c5b05a845ce40b689199d5 (patch) | |
tree | d5dfea699ff5797f6bc30fc9dbb9782200ee5660 /sys | |
parent | 7b9a366d6eb2ecdf80aadd3d418f71129cd78929 (diff) |
whoops
Original commit message from CVS:
whoops
Diffstat (limited to 'sys')
-rw-r--r-- | sys/v4l/gstv4lxoverlay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l/gstv4lxoverlay.c b/sys/v4l/gstv4lxoverlay.c index 90c7f883..cefb8835 100644 --- a/sys/v4l/gstv4lxoverlay.c +++ b/sys/v4l/gstv4lxoverlay.c @@ -198,7 +198,7 @@ gst_v4l_xoverlay_set_xwindow_id (GstXOverlay * overlay, XID xwindow_id) GST_LOG_OBJECT (v4lelement, "Changing port to %lx", xwindow_id); - if (!v4lxv && GST_V4L_IS_OPEN (v4lelement)) + if (!v4lelement->xv && GST_V4L_IS_OPEN (v4lelement)) gst_v4l_xoverlay_open (v4lelement); v4lxv = v4lelement->xv; |