diff options
Diffstat (limited to 'gst/debug/progressreport.h')
-rw-r--r-- | gst/debug/progressreport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/debug/progressreport.h b/gst/debug/progressreport.h index ec4f24de..880efc8a 100644 --- a/gst/debug/progressreport.h +++ b/gst/debug/progressreport.h @@ -62,6 +62,8 @@ struct _GstProgressReportClass GstBaseTransformClass parent_class; }; +GType gst_progress_report_get_type(void); + G_END_DECLS #endif /* __GST_PROGRESS_REPORT_H__*/ |