summaryrefslogtreecommitdiffstats
path: root/src/polypmixer.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-11 20:14:38 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-11 20:14:38 +0000
commitf578f49e3265bfed6bd7e37391e66506f9a4bc91 (patch)
tree024c00355cf3c3a21ab5f12d87f58bedac12e591 /src/polypmixer.h
parent43f7c63547d27bb9e8fe327a281a58adcb7ee983 (diff)
* implement device probing for GstPolypMixer
git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@25 bb39ca4e-bce3-0310-b5d4-eea78a553289
Diffstat (limited to 'src/polypmixer.h')
-rw-r--r--src/polypmixer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/polypmixer.h b/src/polypmixer.h
index 63d0609..8fb951e 100644
--- a/src/polypmixer.h
+++ b/src/polypmixer.h
@@ -28,6 +28,7 @@
#include <polyp/thread-mainloop.h>
#include "polypmixerctrl.h"
+#include "polypprobe.h"
G_BEGIN_DECLS
@@ -48,8 +49,10 @@ typedef struct _GstPolypMixerClass GstPolypMixerClass;
struct _GstPolypMixer {
GstElement parent;
- GstPolypMixerCtrl *mixer;
gchar *server, *device;
+
+ GstPolypMixerCtrl *mixer;
+ GstPolypProbe *probe;
};
struct _GstPolypMixerClass {