summaryrefslogtreecommitdiffstats
path: root/src/polypsink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypsink.h')
-rw-r--r--src/polypsink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypsink.h b/src/polypsink.h
index 4b9a76b..e5e98d0 100644
--- a/src/polypsink.h
+++ b/src/polypsink.h
@@ -47,7 +47,7 @@ typedef struct _GstPolypSinkClass GstPolypSinkClass;
struct _GstPolypSink {
GstAudioSink sink;
- gchar *server, *device;
+ gchar *server, *device, *stream_name;
pa_threaded_mainloop *mainloop;