summaryrefslogtreecommitdiff
path: root/omx/gstomx_ilbcenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx_ilbcenc.h')
-rw-r--r--omx/gstomx_ilbcenc.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/omx/gstomx_ilbcenc.h b/omx/gstomx_ilbcenc.h
index 114e803..78e498d 100644
--- a/omx/gstomx_ilbcenc.h
+++ b/omx/gstomx_ilbcenc.h
@@ -25,10 +25,8 @@
#include <gst/gst.h>
G_BEGIN_DECLS
-
#define GST_OMX_ILBCENC(obj) (GstOmxIlbcEnc *) (obj)
#define GST_OMX_ILBCENC_TYPE (gst_omx_ilbcenc_get_type ())
-
typedef struct GstOmxIlbcEnc GstOmxIlbcEnc;
typedef struct GstOmxIlbcEncClass GstOmxIlbcEncClass;
@@ -36,16 +34,15 @@ typedef struct GstOmxIlbcEncClass GstOmxIlbcEncClass;
struct GstOmxIlbcEnc
{
- GstOmxBaseFilter omx_base;
+ GstOmxBaseFilter omx_base;
};
struct GstOmxIlbcEncClass
{
- GstOmxBaseFilterClass parent_class;
+ GstOmxBaseFilterClass parent_class;
};
GType gst_omx_ilbcenc_get_type (void);
G_END_DECLS
-
#endif /* GSTOMX_ILBCENC_H */