[Bug 761059] kmssink: add new plugin and element

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 23 10:13:09 UTC 2016


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

--- Comment #38 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Philipp, could you try increasing the min buffers in the buffer pool???

in gst_kms_sink_create_pool():                                                

+  gst_buffer_pool_config_set_params (config, caps, size, 0, 0);
-  gst_buffer_pool_config_set_params (config, caps, size, 2, 0);

Or three.

Perhaps we should get the minimal buffers of the offered buffer pool and set
them in our buffer 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