diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 13:14:02 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 13:14:02 +0000 | 
| commit | a0af7ee44534dad8f35a4142c6a22177e54ffc57 (patch) | |
| tree | c6a475d035e40f617a213a9ad5327a7eb5d01388 /audio/gstsbcenc.h | |
| parent | 1cacae6dd9f44d0e403aa29e45eb3d20e7127f68 (diff) | |
Make a2dpsink to act like a bin and split the payloader.
Diffstat (limited to 'audio/gstsbcenc.h')
| -rw-r--r-- | audio/gstsbcenc.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h index d81428c9..c7b21638 100644 --- a/audio/gstsbcenc.h +++ b/audio/gstsbcenc.h @@ -68,4 +68,6 @@ struct _GstSbcEncClass {  GType gst_sbc_enc_get_type(void); +gboolean gst_sbc_enc_plugin_init(GstPlugin *plugin); +  G_END_DECLS  | 
