summaryrefslogtreecommitdiffstats
path: root/ext/audiofile
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 /ext/audiofile
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 'ext/audiofile')
-rw-r--r--ext/audiofile/gstafsink.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c
index a6103bf4..68ee3bb5 100644
--- a/ext/audiofile/gstafsink.c
+++ b/ext/audiofile/gstafsink.c
@@ -488,16 +488,3 @@ gst_afsink_handle_event (GstPad * pad, GstEvent * event)
return TRUE;
}
-
-/*
-gboolean
-gst_afsink_factory_init (GstElementFactory *factory)
-{
- GstPadTemplate *sink_pt;
- sink_pt = afsink_sink_factory();
- gst_element_factory_add_pad_template (factory, sink_pt);
-
- return TRUE;
-
-}
-*/