mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
ximagesink: Fix coompiler error without HAVE_XSHM
https://bugzilla.gnome.org/show_bug.cgi?id=697628
This commit is contained in:
parent
3de4200f61
commit
c32756a9be
1 changed files with 2 additions and 0 deletions
|
@ -170,7 +170,9 @@ ximage_memory_share (GstXImageMemory * mem, gssize offset, gsize size)
|
|||
mem->parent.offset + offset, size);
|
||||
sub->sink = mem->sink;
|
||||
sub->ximage = mem->ximage;
|
||||
#ifdef HAVE_XSHM
|
||||
sub->SHMInfo = mem->SHMInfo;
|
||||
#endif
|
||||
sub->x = mem->x;
|
||||
sub->y = mem->y;
|
||||
sub->width = mem->width;
|
||||
|
|
Loading…
Reference in a new issue