summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2010-03-29 10:00:57 +1100
committerJan Schmidt <thaytan@noraisin.net>2010-03-29 10:00:57 +1100
commit5cabe639ac6e3911fe62f60b8c05a4aacabac5e9 (patch)
treedd25929361a2f5509e8e642712ce16a802be5eff /ext
parent09223cc719f70c6a81385da27e38b28c43ceda9b (diff)
openspc: Fix build warning
Add a prototype for gst_spc_dec_get_type
Diffstat (limited to 'ext')
-rw-r--r--ext/spc/gstspc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spc/gstspc.h b/ext/spc/gstspc.h
index e17406670..b18701292 100644
--- a/ext/spc/gstspc.h
+++ b/ext/spc/gstspc.h
@@ -65,6 +65,8 @@ struct _GstSpcDecClass
GstElementClass parent_class;
};
+GType gst_spc_dec_get_type(void);
+
G_END_DECLS
#endif /* __GST_SPC_DEC_H__ */