mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
gme: Fix compiler warning
This commit is contained in:
parent
2a81495bff
commit
63fdeb05f1
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ struct _GstGmeDecClass
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
GType gst_gme_dec_get_type (void);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_GME_DEC_H__ */
|
#endif /* __GST_GME_DEC_H__ */
|
||||||
|
|
Loading…
Reference in a new issue