mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
openspc: Fix build warning
Add a prototype for gst_spc_dec_get_type
This commit is contained in:
parent
09223cc719
commit
5cabe639ac
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ struct _GstSpcDecClass
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
GType gst_spc_dec_get_type(void);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_SPC_DEC_H__ */
|
#endif /* __GST_SPC_DEC_H__ */
|
||||||
|
|
Loading…
Reference in a new issue