summaryrefslogtreecommitdiffstats
path: root/ext/mimic/gstmimenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mimic/gstmimenc.h')
-rw-r--r--ext/mimic/gstmimenc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mimic/gstmimenc.h b/ext/mimic/gstmimenc.h
index 8b85745e..c037f88c 100644
--- a/ext/mimic/gstmimenc.h
+++ b/ext/mimic/gstmimenc.h
@@ -30,7 +30,7 @@
G_BEGIN_DECLS
#define GST_TYPE_MIMENC \
- (gst_gst_mimenc_get_type())
+ (gst_mimenc_get_type())
#define GST_MIMENC(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_MIMENC,GstMimEnc))
#define GST_MIMENC_CLASS(klass) \
@@ -62,7 +62,7 @@ struct _GstMimEncClass
GstElementClass parent_class;
};
-GType gst_gst_mimenc_get_type (void);
+GType gst_mimenc_get_type (void);
G_END_DECLS