[Bug 794507] waylandsink: gstbuffer which made by waylandsink buffer pool

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 20 04:45:16 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=794507

--- Comment #4 from Hyunil Park <hyunil46.park at samsung.com> ---
If wayland sink use wl_buffer widthout creating and gst_vido_frame_copy, the
master version has no issue.
but master code can not reach that below code is true.

  if (G_LIKELY (wlbuffer && wlbuffer->display == sink->display)) {
    GST_LOG_OBJECT (sink, "buffer %p has a wl_buffer from our display, "
        "writing directly", buffer);
    to_render = buffer;
    goto render;
  }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list