[Bug 779131] waylandsink: disable last sample sink feature

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 23 15:43:59 UTC 2017


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

--- Comment #4 from Fabien Dessenne <fabien.dessenne at st.com> ---
Do you mean that I shall raise a new ticket to increase min_buffers from 2 to 3
in gst_wayland_sink_propose_allocation() to avoid pipeline stall?

snip:
static gboolean
gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
{
...
  if (pool) {
    gst_query_add_allocation_pool (query, pool, sink->video_info.size, 2, 0);
    g_object_unref (pool);
  }
...

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