From 547ce2fd805f6a008df03e6deef215bbb1bb5c65 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 May 2006 00:20:30 +0000 Subject: add mixer interface to GstSource git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@28 bb39ca4e-bce3-0310-b5d4-eea78a553289 --- src/polypsrc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/polypsrc.h') diff --git a/src/polypsrc.h b/src/polypsrc.h index 0f77c8f..d426c7d 100644 --- a/src/polypsrc.h +++ b/src/polypsrc.h @@ -28,6 +28,8 @@ #include #include +#include "polypmixerctrl.h" + G_BEGIN_DECLS #define GST_TYPE_POLYPSRC \ @@ -58,6 +60,8 @@ struct _GstPolypSrc { const void *read_buffer; size_t read_buffer_length; + + GstPolypMixerCtrl *mixer; }; struct _GstPolypSrcClass { -- cgit