summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstafsrc.h
diff options
context:
space:
mode:
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