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/gstsbcparse.h | |
| parent | 1cacae6dd9f44d0e403aa29e45eb3d20e7127f68 (diff) | |
Make a2dpsink to act like a bin and split the payloader.
Diffstat (limited to 'audio/gstsbcparse.h')
| -rw-r--r-- | audio/gstsbcparse.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/gstsbcparse.h b/audio/gstsbcparse.h index ceaf2197..eb9ca441 100644 --- a/audio/gstsbcparse.h +++ b/audio/gstsbcparse.h @@ -50,6 +50,9 @@ struct _GstSbcParse {  	GstBuffer *buffer;  	sbc_t sbc; + +	gint channels; +	gint rate;  };  struct _GstSbcParseClass { @@ -58,4 +61,6 @@ struct _GstSbcParseClass {  GType gst_sbc_parse_get_type(void); +gboolean gst_sbc_parse_plugin_init(GstPlugin *plugin); +  G_END_DECLS  | 
