diff options
Diffstat (limited to 'ext/lcs')
-rw-r--r-- | ext/lcs/gstcolorspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c index d4ecba6d..98ef92dd 100644 --- a/ext/lcs/gstcolorspace.c +++ b/ext/lcs/gstcolorspace.c @@ -59,7 +59,7 @@ struct _GstColorspaceClass }; /* elementfactory information */ -static GstElementDetails colorspace_details = +static const GstElementDetails colorspace_details = GST_ELEMENT_DETAILS ("Colorspace converter", "Filter/Effect", "Converts video from one colorspace to another", |