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
This commit is contained in:
Stefan Kost 2006-11-24 08:58:53 +00:00
parent 90431d788e
commit 13ee276c8d
3 changed files with 8 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2006-11-24 Stefan Kost <ensonic@users.sf.net>
* ext/esd/esdmon.h:
* ext/esd/esdsink.h:
remove obsolete _factory_init protos
2006-11-24 Stefan Kost <ensonic@users.sf.net>
* gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),

View file

@ -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

View file

@ -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