From 13ee276c8d59d5f7ab71fb9122fced32dccba9f7 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 24 Nov 2006 08:58:53 +0000 Subject: 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 --- ChangeLog | 6 ++++++ ext/esd/esdmon.h | 3 +-- ext/esd/esdsink.h | 4 +--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10097b4e..274db03c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-24 Stefan Kost + + * ext/esd/esdmon.h: + * ext/esd/esdsink.h: + remove obsolete _factory_init protos + 2006-11-24 Stefan Kost * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time), 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 -- cgit