diff options
Diffstat (limited to 'libs/gst/controller/gstlfocontrolsource.h')
-rw-r--r-- | libs/gst/controller/gstlfocontrolsource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gst/controller/gstlfocontrolsource.h b/libs/gst/controller/gstlfocontrolsource.h index b192b5b3d..27d358d6a 100644 --- a/libs/gst/controller/gstlfocontrolsource.h +++ b/libs/gst/controller/gstlfocontrolsource.h @@ -87,10 +87,12 @@ struct _GstLFOControlSourceClass { gpointer _gst_reserved[GST_PADDING]; }; +GST_EXPORT GType gst_lfo_control_source_get_type (void); /* Functions */ +GST_EXPORT GstControlSource *gst_lfo_control_source_new (void); #ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC |