openspc: Fix build warning
authorJan Schmidt <thaytan@noraisin.net>
Sun, 28 Mar 2010 23:00:57 +0000 (10:00 +1100)
committerJan Schmidt <thaytan@noraisin.net>
Sun, 28 Mar 2010 23:00:57 +0000 (10:00 +1100)
Add a prototype for gst_spc_dec_get_type

ext/spc/gstspc.h

index e17406670383358ab8c290874466212798398eaa..b187012924e02b41fd34ac0a146aa2e289230ae4 100644 (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__ */