summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-11-24 09:05:39 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-11-24 09:05:39 +0000
commitfecfce245aa4e55d4879801eaae661315cbe9d58 (patch)
tree76ae11d74427cca44950ca8dc548e95fb331f3ee /sys
parentd7689f66836aee3e2e260914f242d3f18af6229d (diff)
downloadgst-plugins-bad-fecfce245aa4e55d4879801eaae661315cbe9d58.tar.gz
gst-plugins-bad-fecfce245aa4e55d4879801eaae661315cbe9d58.tar.bz2
gst-plugins-bad-fecfce245aa4e55d4879801eaae661315cbe9d58.zip
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')
-rw-r--r--sys/dxr3/dxr3audiosink.h3
-rw-r--r--sys/dxr3/dxr3spusink.h3
-rw-r--r--sys/dxr3/dxr3videosink.h3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/dxr3/dxr3audiosink.h b/sys/dxr3/dxr3audiosink.h
index 272dc27d..fc6d48f4 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 16746f27..2938c581 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 08f9e92a..f63a8242 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