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>
|
||||
|
||||
* gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
|
||||
|
|
|
@ -70,7 +70,6 @@ struct _GstEsdmonClass {
|
|||
};
|
||||
|
||||
GType gst_esdmon_get_type (void);
|
||||
gboolean gst_esdmon_factory_init(GstPlugin *plugin);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
|
@ -58,8 +58,6 @@ struct _GstEsdSinkClass {
|
|||
};
|
||||
|
||||
GType gst_esdsink_get_type (void);
|
||||
gboolean gst_esdsink_factory_init (GstPlugin *plugin);
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue