From f578f49e3265bfed6bd7e37391e66506f9a4bc91 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 May 2006 20:14:38 +0000 Subject: * implement device probing for GstPolypMixer git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@25 bb39ca4e-bce3-0310-b5d4-eea78a553289 --- src/polypmixer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/polypmixer.h') 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 #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 { -- cgit