mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
whoops
Original commit message from CVS: whoops
This commit is contained in:
parent
7b9a366d6e
commit
b45323de18
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue