diff options
Diffstat (limited to 'ext/amrwb')
-rw-r--r-- | ext/amrwb/gstamrwbdec.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/amrwb/gstamrwbdec.h b/ext/amrwb/gstamrwbdec.h index 13ff6021..a7a5ce71 100644 --- a/ext/amrwb/gstamrwbdec.h +++ b/ext/amrwb/gstamrwbdec.h @@ -42,6 +42,11 @@ G_BEGIN_DECLS typedef struct _GstAmrwbDec GstAmrwbDec; typedef struct _GstAmrwbDecClass GstAmrwbDecClass; +/** + * GstAmrwbDec: + * + * Opaque data structure. + */ struct _GstAmrwbDec { GstElement element; |