summaryrefslogtreecommitdiff
path: root/omx/gstomx_ilbcdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx_ilbcdec.h')
-rw-r--r--omx/gstomx_ilbcdec.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/omx/gstomx_ilbcdec.h b/omx/gstomx_ilbcdec.h
index fcf4da2..d83ccfd 100644
--- a/omx/gstomx_ilbcdec.h
+++ b/omx/gstomx_ilbcdec.h
@@ -25,10 +25,8 @@
#include <gst/gst.h>
G_BEGIN_DECLS
-
#define GST_OMX_ILBCDEC(obj) (GstOmxIlbcDec *) (obj)
#define GST_OMX_ILBCDEC_TYPE (gst_omx_ilbcdec_get_type ())
-
typedef struct GstOmxIlbcDec GstOmxIlbcDec;
typedef struct GstOmxIlbcDecClass GstOmxIlbcDecClass;
@@ -36,16 +34,15 @@ typedef struct GstOmxIlbcDecClass GstOmxIlbcDecClass;
struct GstOmxIlbcDec
{
- GstOmxBaseFilter omx_base;
+ GstOmxBaseFilter omx_base;
};
struct GstOmxIlbcDecClass
{
- GstOmxBaseFilterClass parent_class;
+ GstOmxBaseFilterClass parent_class;
};
GType gst_omx_ilbcdec_get_type (void);
G_END_DECLS
-
#endif /* GSTOMX_ILBCDEC_H */