backport get_type() functions. Fixes #121311

Original commit message from CVS:
backport get_type() functions.  Fixes #121311
This commit is contained in:
David Schleef 2003-09-19 22:46:59 +00:00
parent 0981fbe0bf
commit 1af7c7f579
2 changed files with 4 additions and 0 deletions

View file

@ -59,6 +59,8 @@ struct _GstDParamSmoothClass {
/* signal callbacks */
};
GType gst_dpsmooth_get_type (void);
GstDParam* gst_dpsmooth_new (GType type);
G_END_DECLS

View file

@ -54,6 +54,8 @@ struct _GstUnitConvertClass {
/* signal callbacks */
};
GType gst_unitconv_get_type (void);
GstUnitConvert* gst_unitconv_new (void);
void _gst_unitconv_initialize (void);