summaryrefslogtreecommitdiffstats
path: root/gst/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'gst/alpha')
-rw-r--r--gst/alpha/gstalpha.c2
-rw-r--r--gst/alpha/gstalphacolor.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/alpha/gstalpha.c b/gst/alpha/gstalpha.c
index 55fa32e8..966cc55f 100644
--- a/gst/alpha/gstalpha.c
+++ b/gst/alpha/gstalpha.c
@@ -98,7 +98,7 @@ struct _GstAlphaClass
};
/* elementfactory information */
-static GstElementDetails gst_alpha_details =
+static const GstElementDetails gst_alpha_details =
GST_ELEMENT_DETAILS ("Alpha filter",
"Filter/Effect/Video",
"Adds an alpha channel to video",
diff --git a/gst/alpha/gstalphacolor.c b/gst/alpha/gstalphacolor.c
index 7fd225ee..46e76c77 100644
--- a/gst/alpha/gstalphacolor.c
+++ b/gst/alpha/gstalphacolor.c
@@ -59,7 +59,7 @@ struct _GstAlphaColorClass
};
/* elementfactory information */
-static GstElementDetails gst_alpha_color_details =
+static const GstElementDetails gst_alpha_color_details =
GST_ELEMENT_DETAILS ("Alpha color filter",
"Filter/Effect/Video",
"RGB->YUV colorspace conversion preserving the alpha channels",