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

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


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

Hyunil Park <hyunil46.park at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #3 from Hyunil Park <hyunil46.park at samsung.com> ---
please check if waylandsink can make gstbuffer in the
gst_wayland_sink_propose_allocation().
The current master version only make gstbuffer poll int
gst_wayland_sink_propose_allocation() and create gstbuffer in the
gst_wayland_sink_show_frame() because 'if(!wbuf)' is true and always do
gst_vido_frame_copy().

if waylandsink does not want to make gstbuffer everytime, waylandsink use
gstbuffer which is made by gst_wayland_sink_propose_allocation().

waylandsink can gst buffer poll in set_caps() so this patch can run.

-- 
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