diff options
Diffstat (limited to 'gst/debug/progressreport.c')
-rw-r--r-- | gst/debug/progressreport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debug/progressreport.c b/gst/debug/progressreport.c index 237cbf12..83d30154 100644 --- a/gst/debug/progressreport.c +++ b/gst/debug/progressreport.c @@ -83,7 +83,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_ALWAYS, GST_STATIC_CAPS_ANY); -static GstElementDetails progress_report_details = +static const GstElementDetails progress_report_details = GST_ELEMENT_DETAILS ("Progress report", "Testing", "Periodically query and report on processing progress", |