summaryrefslogtreecommitdiffstats
path: root/ext/mimic/gstmimenc.h
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2008-07-04 20:50:10 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:34:06 -0500
commite76cd30d7fefd9f3f39aef237b3b457302e310a3 (patch)
tree0338f99c036d41162193e478c76940f414367ad6 /ext/mimic/gstmimenc.h
parentc6396458b7ba1cb0e2f8bfa059359d4e6bc12483 (diff)
downloadgst-plugins-bad-e76cd30d7fefd9f3f39aef237b3b457302e310a3.tar.gz
gst-plugins-bad-e76cd30d7fefd9f3f39aef237b3b457302e310a3.tar.bz2
gst-plugins-bad-e76cd30d7fefd9f3f39aef237b3b457302e310a3.zip
[MOVED FROM GST-P-FARSIGHT] Port mimic plugins to GST_BOILERPLATE
20080704205010-3e2dc-da41e5685ab9ceb67555d499125432cd12d5505d.gz
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