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 5237706d..da6e0732 100644
--- a/gst/alpha/gstalpha.c
+++ b/gst/alpha/gstalpha.c
@@ -95,7 +95,7 @@ struct _GstAlphaClass
/* elementfactory information */
static GstElementDetails gst_alpha_details =
-GST_ELEMENT_DETAILS ("alpha filter",
+GST_ELEMENT_DETAILS ("Alpha filter",
"Filter/Effect/Video",
"Adds an alpha channel to video",
"Wim Taymans <wim@fluendo.com>");
diff --git a/gst/alpha/gstalphacolor.c b/gst/alpha/gstalphacolor.c
index 04bc70cc..7fd225ee 100644
--- a/gst/alpha/gstalphacolor.c
+++ b/gst/alpha/gstalphacolor.c
@@ -60,7 +60,7 @@ struct _GstAlphaColorClass
/* elementfactory information */
static GstElementDetails gst_alpha_color_details =
-GST_ELEMENT_DETAILS ("alpha color filter",
+GST_ELEMENT_DETAILS ("Alpha color filter",
"Filter/Effect/Video",
"RGB->YUV colorspace conversion preserving the alpha channels",
"Wim Taymans <wim@fluendo.com>");