openspc: Fix build warning

Add a prototype for gst_spc_dec_get_type
This commit is contained in:
Jan Schmidt 2010-03-29 10:00:57 +11:00
parent 09223cc719
commit 5cabe639ac

View file

@ -65,6 +65,8 @@ struct _GstSpcDecClass
GstElementClass parent_class;
};
GType gst_spc_dec_get_type(void);
G_END_DECLS
#endif /* __GST_SPC_DEC_H__ */