diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-30 17:30:27 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-30 17:30:27 +0000 |
commit | 6c4268df1dff13f3b1a7b778eb2e993648bff519 (patch) | |
tree | cc5d3ffb1aad24fe7edb07be100c3b0288a6ccda /audio/gsta2dpsink.h | |
parent | 3ad6867c8c7251c3192378a1a0e2ed937ee47d1b (diff) |
Enable gstreamer plugin to use autoconnect flag.
Diffstat (limited to 'audio/gsta2dpsink.h')
-rw-r--r-- | audio/gsta2dpsink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gsta2dpsink.h b/audio/gsta2dpsink.h index d79307b2..cf11d43e 100644 --- a/audio/gsta2dpsink.h +++ b/audio/gsta2dpsink.h @@ -53,6 +53,7 @@ struct _GstA2dpSink { GstElement *fakesink; gchar *device; + gboolean autoconnect; gboolean sink_is_in_bin; GstGhostPad *ghostpad; |