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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 7 12:00:27 PDT 2014


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #10 from Wim Taymans <wim.taymans at gmail.com> 2014-05-07 19:00:23 UTC ---
Only subclasses can return FALSE from the set_config() call. If they do, they
would need to do something like this:

 - take old, currently accepted config
 - update old config with acceptable parameters from new config
 - clear new config, copy (updated old) config fields into new config
 - return FALSE

Not very easy but doable.

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