[Bug 726299] avvideodec: Should reject buffer pools that cannot grow

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 24 23:01:27 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=726299
  GStreamer | gst-libav | 1.2.3

--- Comment #11 from Jian Li <lj.qfy.sh at gmail.com> 2014-04-25 06:01:21 UTC ---
I think add 6 extra buffer based on 16 (h264 max reference buffer count) can
get better performance, 16 + 1 (for decoder output) + 3 (video queue held in
playbin) + 2 (sink held). so it will do like:

- if max >= 22 or max = 0, use this pool.
- else reject the pool.

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