mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
include _get_type() functions in headers. Fixes docs build
Original commit message from CVS: include _get_type() functions in headers. Fixes docs build
This commit is contained in:
parent
4f1525c8bd
commit
83bfcc03bd
2 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,8 @@ struct _GstDParamSmoothClass {
|
|||
/* signal callbacks */
|
||||
};
|
||||
|
||||
GType gst_dpsmooth_get_type (void);
|
||||
|
||||
GstDParam* gst_dpsmooth_new (GType type);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
|
@ -54,6 +54,8 @@ struct _GstUnitConvertClass {
|
|||
/* signal callbacks */
|
||||
};
|
||||
|
||||
GType gst_unitconv_get_type (void);
|
||||
|
||||
GstUnitConvert* gst_unitconv_new (void);
|
||||
void _gst_unitconv_initialize (void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue