mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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);
|
x = MAX (0, (ximagesink->xwindow->width - ximage->width) / 2);
|
||||||
y = MAX (0, (ximagesink->xwindow->height - ximage->height) / 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);
|
g_mutex_lock (ximagesink->x_lock);
|
||||||
#ifdef HAVE_XSHM
|
#ifdef HAVE_XSHM
|
||||||
|
|
Loading…
Reference in a new issue