diff options
Diffstat (limited to 'gst/goom/goom_config_param.h')
-rw-r--r-- | gst/goom/goom_config_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/goom/goom_config_param.h b/gst/goom/goom_config_param.h index 3c6838d3..e3a75147 100644 --- a/gst/goom/goom_config_param.h +++ b/gst/goom/goom_config_param.h @@ -100,6 +100,7 @@ typedef struct _PARAMETERS { } PluginParameters; PluginParameters goom_plugin_parameters(const char *name, int nb); +void goom_plugin_parameters_free(PluginParameters *p); #define secure_param goom_secure_param #define secure_f_param goom_secure_f_param |