[Bug 742916] basesink: Fix QoS handling if the subclass has a prepare/prepare_list implementation

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 14 05:45:06 PST 2015


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

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2015-01-14 13:44:59 UTC ---
One problem here is that this also already updates the position before
prepare() is called, while that should really only happen before render(). The
syncing logic is storing too many things in the instance struct instead of
passing it around as parameters to the different functions and setting it once.

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