summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstafsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-05-26 21:59:21 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-05-26 21:59:21 +0000
commitd18d4fd5a1986d59af029a482e094a3707828438 (patch)
treebeacf1328f92d1827aed3be348f607dca5d0839d /ext/audiofile/gstafsrc.h
parentcff445b737c736d65b85d861dbe9baeb28c5ae50 (diff)
downloadgst-plugins-bad-d18d4fd5a1986d59af029a482e094a3707828438.tar.gz
gst-plugins-bad-d18d4fd5a1986d59af029a482e094a3707828438.tar.bz2
gst-plugins-bad-d18d4fd5a1986d59af029a482e094a3707828438.zip
- Changed plugins for new APIs
Original commit message from CVS: - Changed plugins for new APIs - modularized audiofile. - added seeking, query and convert functions for mad, mpeg2dec, avidemux, mpegdemux, mpegparse - sync updates to oss. removed the ossclock for now
Diffstat (limited to 'ext/audiofile/gstafsrc.h')
-rw-r--r--ext/audiofile/gstafsrc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/audiofile/gstafsrc.h b/ext/audiofile/gstafsrc.h
index 2544678b..61cb5095 100644
--- a/ext/audiofile/gstafsrc.h
+++ b/ext/audiofile/gstafsrc.h
@@ -94,8 +94,10 @@ struct _GstAFSrcClass {
void (*handoff) (GstElement *element,GstPad *pad);
};
-GType gst_afsrc_get_type(void);
-/*gboolean gst_afsrc_factory_init (GstElementFactory *factory);*/
+GType gst_afsrc_get_type (void);
+gboolean gst_afsrc_plugin_init (GModule *module, GstPlugin *plugin);
+
+
#ifdef __cplusplus