summaryrefslogtreecommitdiffstats
path: root/gst/videofilter
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter')
-rw-r--r--gst/videofilter/gstgamma.c2
-rw-r--r--gst/videofilter/gstvideobalance.c2
-rw-r--r--gst/videofilter/gstvideoflip.c2
-rw-r--r--gst/videofilter/gstvideotemplate.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c
index fb47e4b6..62a2181e 100644
--- a/gst/videofilter/gstgamma.c
+++ b/gst/videofilter/gstgamma.c
@@ -138,7 +138,7 @@ static void
gst_gamma_base_init (gpointer g_class)
{
static GstElementDetails gamma_details =
- GST_ELEMENT_DETAILS ("Video Gamma Correction",
+ GST_ELEMENT_DETAILS ("Video gamma correction",
"Filter/Effect/Video",
"Adjusts gamma on a video stream",
"Arwed v. Merkatz <v.merkatz@gmx.net");
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index 58d098eb..deb3a553 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -57,7 +57,7 @@
#include <gst/interfaces/colorbalance.h>
static GstElementDetails video_balance_details =
-GST_ELEMENT_DETAILS ("Video Balance Control",
+GST_ELEMENT_DETAILS ("Video balance",
"Filter/Effect/Video",
"Adjusts brightness, contrast, hue, saturation on a video stream",
"David Schleef <ds@schleef.org>");
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c
index e3e22e64..5bcb95e1 100644
--- a/gst/videofilter/gstvideoflip.c
+++ b/gst/videofilter/gstvideoflip.c
@@ -64,7 +64,7 @@ GST_DEBUG_CATEGORY (video_flip_debug);
#define GST_CAT_DEFAULT video_flip_debug
static GstElementDetails video_flip_details =
-GST_ELEMENT_DETAILS ("Video Flipper",
+GST_ELEMENT_DETAILS ("Video flipper",
"Filter/Effect/Video",
"Flips and rotates video",
"David Schleef <ds@schleef.org>");
diff --git a/gst/videofilter/gstvideotemplate.c b/gst/videofilter/gstvideotemplate.c
index ac0b3e6e..95414333 100644
--- a/gst/videofilter/gstvideotemplate.c
+++ b/gst/videofilter/gstvideotemplate.c
@@ -119,7 +119,7 @@ static void
gst_videotemplate_base_init (gpointer g_class)
{
static GstElementDetails videotemplate_details =
- GST_ELEMENT_DETAILS ("Video Filter Template",
+ GST_ELEMENT_DETAILS ("Video filter template",
"Filter/Effect/Video",
"Template for a video filter",
"David Schleef <ds@schleef.org>");