# HG changeset patch # User William Pitcock # Date 1235777916 21600 # Node ID 7b771ae623eb83962545db61713d37ef2a732684 # Parent d8228a5f042e250cfcfab9d211ab86daf13e3c9c Add OutputPlugin::probe_priority [public], used to set the priority in which this plugin should be probed. From 0 to 10, with plugins with priority=10 tried first. diff -r d8228a5f042e -r 7b771ae623eb src/audlegacy/plugin.h --- a/src/audlegacy/plugin.h Fri Feb 27 17:37:10 2009 -0600 +++ b/src/audlegacy/plugin.h Fri Feb 27 17:38:36 2009 -0600 @@ -1095,6 +1095,8 @@ gint (*written_time) (void); void (*tell_audio) (AFormat * fmt, gint * rate, gint * nch); + + gint probe_priority; }; struct _EffectPlugin {