diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-30 14:21:43 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-30 14:21:43 +0000 |
commit | 3ad6867c8c7251c3192378a1a0e2ed937ee47d1b (patch) | |
tree | 879d3e37febab470e4b46c01f8b627dfd79308ae /audio/gstsbcdec.h | |
parent | a104e5ff05aa758b5499b316d1923f1c83915e55 (diff) |
Fixes gstreamer caps and code cleanup.
Diffstat (limited to 'audio/gstsbcdec.h')
-rw-r--r-- | audio/gstsbcdec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/gstsbcdec.h b/audio/gstsbcdec.h index 0bb0b57e..a88f8da5 100644 --- a/audio/gstsbcdec.h +++ b/audio/gstsbcdec.h @@ -49,6 +49,9 @@ struct _GstSbcDec { GstBuffer *buffer; + /* caps for outgoing buffers */ + GstCaps *outcaps; + sbc_t sbc; }; |