mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
90431d788e
commit
13ee276c8d
3 changed files with 8 additions and 5 deletions
|
@ -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>
|
2006-11-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
|
* gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
|
||||||
|
|
|
@ -69,8 +69,7 @@ struct _GstEsdmonClass {
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_esdmon_get_type(void);
|
GType gst_esdmon_get_type (void);
|
||||||
gboolean gst_esdmon_factory_init(GstPlugin *plugin);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
|
@ -57,9 +57,7 @@ struct _GstEsdSinkClass {
|
||||||
GstAudioSinkClass parent_class;
|
GstAudioSinkClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_esdsink_get_type(void);
|
GType gst_esdsink_get_type (void);
|
||||||
gboolean gst_esdsink_factory_init (GstPlugin *plugin);
|
|
||||||
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue