changeset 4825:7b771ae623eb

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.
author William Pitcock <nenolod@atheme.org>
date Fri, 27 Feb 2009 17:38:36 -0600
parents d8228a5f042e
children 68f905a12c77
files src/audlegacy/plugin.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 {