diff options
Diffstat (limited to 'gst/chart')
-rw-r--r-- | gst/chart/gstchart.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/chart/gstchart.c b/gst/chart/gstchart.c index d2b4c047..af6fd9c6 100644 --- a/gst/chart/gstchart.c +++ b/gst/chart/gstchart.c @@ -64,12 +64,11 @@ GType gst_chart_get_type (void); /* elementfactory information */ -static GstElementDetails gst_chart_details = { - "chart drawer", - "Visualization", - "Takes frames of data and outputs video frames of a chart of data", - "Richard Boulton <richard@tartarus.org>", -}; +static GstElementDetails gst_chart_details = +GST_ELEMENT_DETAILS ("Chart drawer", + "Visualization", + "Takes frames of data and outputs video frames of a chart of data", + "Richard Boulton <richard@tartarus.org>"); /* signals and args */ enum |