diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-26 14:14:34 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-26 14:14:34 +0000 |
commit | aea33a86fd7cced1796504c2a62f33c7a801a10e (patch) | |
tree | 60ad3dbf7e0870ae4c281fba0bd2294f6e41c3b6 /audio/gsta2dpsink.h | |
parent | 7e8ae7f5bd23a425674180df138d3dcc3b21afb6 (diff) |
Add possible capabilities and connect to audio server
Diffstat (limited to 'audio/gsta2dpsink.h')
-rw-r--r-- | audio/gsta2dpsink.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gsta2dpsink.h b/audio/gsta2dpsink.h index 9575bc44..c83ec66c 100644 --- a/audio/gsta2dpsink.h +++ b/audio/gsta2dpsink.h @@ -42,6 +42,10 @@ typedef struct _GstA2dpSinkClass GstA2dpSinkClass; struct _GstA2dpSink { GstAudioSink sink; + + gchar *device; + + GIOChannel *server; }; struct _GstA2dpSinkClass { |