diff options
Diffstat (limited to 'gst/smpte/gstsmpte.h')
-rw-r--r-- | gst/smpte/gstsmpte.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/smpte/gstsmpte.h b/gst/smpte/gstsmpte.h index 611d7d63..44a88c2c 100644 --- a/gst/smpte/gstsmpte.h +++ b/gst/smpte/gstsmpte.h @@ -75,5 +75,7 @@ struct _GstSMPTEClass { GstElementClass parent_class; }; +gboolean gst_smpte_plugin_init (GstPlugin * plugin); + G_END_DECLS #endif /* __GST_SMPTE_H__ */ |