[Bug 740689] decodebin/multiqueue/max-size-buffers is not set in playing state

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 15 02:06:24 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740689
  GStreamer | gst-plugins-base | 1.4.4

--- Comment #18 from Branislav Katreniak <katreniak at gmail.com> 2014-12-15 10:06:22 UTC ---
Method decodebin_set_queue_size() is called only from gst_decode_group_new().
Argument preroll is TRUE and thus the number of buffers in multiqueue is
unlimited. My patch reverts call decodebin_set_queue_size in no_more_pads_cb
with preroll=FALSE.

An alternative way to fix this problem is to limit the number of buffers also
in preroll state. Is there a good reason to have unlimited buffers in preroll
state?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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