summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdmon.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-11-24 08:58:53 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-11-24 08:58:53 +0000
commit13ee276c8d59d5f7ab71fb9122fced32dccba9f7 (patch)
tree9f6d219fddc192296b92daa57ab22833b49fa3ed /ext/esd/esdmon.h
parent90431d788ecfa895049790133f60dd62648eab79 (diff)
ext/esd/: remove obsolete _factory_init protos
Original commit message from CVS: * ext/esd/esdmon.h: * ext/esd/esdsink.h: remove obsolete _factory_init protos
Diffstat (limited to 'ext/esd/esdmon.h')
-rw-r--r--ext/esd/esdmon.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/esd/esdmon.h b/ext/esd/esdmon.h
index 8d27fd08..50fc7ee2 100644
--- a/ext/esd/esdmon.h
+++ b/ext/esd/esdmon.h
@@ -69,8 +69,7 @@ struct _GstEsdmonClass {
GstElementClass parent_class;
};
-GType gst_esdmon_get_type(void);
-gboolean gst_esdmon_factory_init(GstPlugin *plugin);
+GType gst_esdmon_get_type (void);
G_END_DECLS