diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2006-11-24 09:05:39 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2006-11-24 09:05:39 +0000 |
commit | fecfce245aa4e55d4879801eaae661315cbe9d58 (patch) | |
tree | 76ae11d74427cca44950ca8dc548e95fb331f3ee /sys/dxr3 | |
parent | d7689f66836aee3e2e260914f242d3f18af6229d (diff) |
remove obsolete _factory_init protos and functions
Original commit message from CVS:
* ext/audiofile/gstafsink.c:
* ext/polyp/plugin.c: (plugin_init):
* ext/polyp/polypsink.c:
* ext/polyp/polypsink.h:
* sys/dxr3/dxr3audiosink.h:
* sys/dxr3/dxr3spusink.h:
* sys/dxr3/dxr3videosink.h:
remove obsolete _factory_init protos and functions
Diffstat (limited to 'sys/dxr3')
-rw-r--r-- | sys/dxr3/dxr3audiosink.h | 3 | ||||
-rw-r--r-- | sys/dxr3/dxr3spusink.h | 3 | ||||
-rw-r--r-- | sys/dxr3/dxr3videosink.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/dxr3/dxr3audiosink.h b/sys/dxr3/dxr3audiosink.h index 272dc27d4..fc6d48f4b 100644 --- a/sys/dxr3/dxr3audiosink.h +++ b/sys/dxr3/dxr3audiosink.h @@ -105,8 +105,7 @@ struct _Dxr3AudioSinkClass { }; -extern GType dxr3audiosink_get_type (void); -extern gboolean dxr3audiosink_factory_init (GstPlugin *plugin); +extern GType dxr3audiosink_get_type (void); G_END_DECLS diff --git a/sys/dxr3/dxr3spusink.h b/sys/dxr3/dxr3spusink.h index 16746f277..2938c5816 100644 --- a/sys/dxr3/dxr3spusink.h +++ b/sys/dxr3/dxr3spusink.h @@ -79,8 +79,7 @@ struct _Dxr3SpuSinkClass { }; -extern GType dxr3spusink_get_type (void); -extern gboolean dxr3spusink_factory_init (GstPlugin *plugin); +extern GType dxr3spusink_get_type (void); G_END_DECLS diff --git a/sys/dxr3/dxr3videosink.h b/sys/dxr3/dxr3videosink.h index 08f9e92a3..f63a82424 100644 --- a/sys/dxr3/dxr3videosink.h +++ b/sys/dxr3/dxr3videosink.h @@ -89,8 +89,7 @@ struct _Dxr3VideoSinkClass { }; -extern GType dxr3videosink_get_type (void); -extern gboolean dxr3videosink_factory_init (GstPlugin *plugin); +extern GType dxr3videosink_get_type (void); G_END_DECLS |