summaryrefslogtreecommitdiffstats
path: root/ext/esd
diff options
context:
space:
mode:
Diffstat (limited to 'ext/esd')
-rw-r--r--ext/esd/esdmon.h3
-rw-r--r--ext/esd/esdsink.h4
2 files changed, 2 insertions, 5 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
diff --git a/ext/esd/esdsink.h b/ext/esd/esdsink.h
index 9064e404..2e69ea8e 100644
--- a/ext/esd/esdsink.h
+++ b/ext/esd/esdsink.h
@@ -57,9 +57,7 @@ struct _GstEsdSinkClass {
GstAudioSinkClass parent_class;
};
-GType gst_esdsink_get_type(void);
-gboolean gst_esdsink_factory_init (GstPlugin *plugin);
-
+GType gst_esdsink_get_type (void);
G_END_DECLS