[Bug 727916] bufferpool: Does not implement set_config() as documented

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Apr 26 12:26:01 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=727916
  GStreamer | gstreamer (core) | git

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #4 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-04-26 19:25:56 UTC ---
I've started updating base class accordingly. Pseudo-code for configuring a
pool (that is not active) is:

if (!set_config())
  read_config
  if (newmin < min)
     fail
  if (newsize < size)
     fail
  etc.
  accept_updated_config()


The idea is to do the strict minimum in term of pool config validation, which
is that we can at least have the queried minimum.

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