mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
break line
Original commit message from CVS: break line
This commit is contained in:
parent
a79c5196c8
commit
a7f894f833
1 changed files with 2 additions and 1 deletions
|
@ -290,7 +290,8 @@ gst_ximagesink_ximage_put (GstXImageSink * ximagesink, GstXImage * ximage)
|
|||
x = MAX (0, (ximagesink->xwindow->width - ximage->width) / 2);
|
||||
y = MAX (0, (ximagesink->xwindow->height - ximage->height) / 2);
|
||||
|
||||
w = ximage->width, h = ximage->height;
|
||||
w = ximage->width;
|
||||
h = ximage->height;
|
||||
|
||||
g_mutex_lock (ximagesink->x_lock);
|
||||
#ifdef HAVE_XSHM
|
||||
|
|
Loading…
Reference in a new issue