GNOME Bugzilla – Bug 667299
basesrc: default return TRUE for latency-events reaching the src
Last modified: 2012-05-18 08:16:57 UTC
Created attachment 204617 [details] [review] patch The src is the final stop for this event, and the default result is FALSE for all sources not implementing event handling, which again will result in a warning about latency not being able to be configured.
I'd adjust that patch to only make it return TRUE by default for non-live sources. If it's a live source, the subclass must handle the query (even if it's just to return TRUE).
this was already fixed in 0.11, pushed your patch to 0.10 as well: commit 57564ed276b4cc8b1acb6bf94328fe68c09974aa Author: unknown <havard.graff@.eu.tandberg.int> Date: Tue Nov 8 12:04:38 2011 +0100 basesrc: default return TRUE for latency-events reaching the src The src is the final stop for this event, and the default result is FALSE for all sources not implementing event handling, which again will result in a warning about latency not being able to be configured. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=667299
grmbl.. wrong author in the patch..