summaryrefslogtreecommitdiffstats
path: root/gst/effectv
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv')
-rw-r--r--gst/effectv/gstaging.c3
-rw-r--r--gst/effectv/gstdice.c3
-rw-r--r--gst/effectv/gstedge.c3
-rw-r--r--gst/effectv/gstquark.c3
-rw-r--r--gst/effectv/gstrev.c3
-rw-r--r--gst/effectv/gstvertigo.c3
-rw-r--r--gst/effectv/gstwarp.c2
7 files changed, 13 insertions, 7 deletions
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c
index c9a9da6e..54e1e596 100644
--- a/gst/effectv/gstaging.c
+++ b/gst/effectv/gstaging.c
@@ -93,7 +93,8 @@ struct _GstAgingTVClass
GType gst_agingtv_get_type (void);
-static GstElementDetails agingtv_details = GST_ELEMENT_DETAILS ("AgingTV",
+static GstElementDetails agingtv_details =
+GST_ELEMENT_DETAILS ("AgingTV effect",
"Filter/Effect/Video",
"AgingTV adds age to video input using scratches and dust",
"Sam Lantinga <slouken@devolution.com>");
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c
index b5492b5e..711f3c56 100644
--- a/gst/effectv/gstdice.c
+++ b/gst/effectv/gstdice.c
@@ -70,7 +70,8 @@ GType gst_dicetv_get_type (void);
static void gst_dicetv_create_map (GstDiceTV * filter);
-static GstElementDetails gst_dicetv_details = GST_ELEMENT_DETAILS ("DiceTV",
+static GstElementDetails gst_dicetv_details =
+GST_ELEMENT_DETAILS ("DiceTV effect",
"Filter/Effect/Video",
"'Dices' the screen up into many small squares",
"Wim Taymans <wim.taymans@chello.be>");
diff --git a/gst/effectv/gstedge.c b/gst/effectv/gstedge.c
index 3da3870d..eb7f6aab 100644
--- a/gst/effectv/gstedge.c
+++ b/gst/effectv/gstedge.c
@@ -62,7 +62,8 @@ struct _GstEdgeTVClass
GType gst_edgetv_get_type (void);
-static GstElementDetails gst_edgetv_details = GST_ELEMENT_DETAILS ("EdgeTV",
+static GstElementDetails gst_edgetv_details =
+GST_ELEMENT_DETAILS ("EdgeTV effect",
"Filter/Effect/Video",
"Apply edge detect on video",
"Wim Taymans <wim.taymans@chello.be>");
diff --git a/gst/effectv/gstquark.c b/gst/effectv/gstquark.c
index 1e357028..9b985697 100644
--- a/gst/effectv/gstquark.c
+++ b/gst/effectv/gstquark.c
@@ -76,7 +76,8 @@ GType gst_quarktv_get_type (void);
static void gst_quarktv_planetable_clear (GstQuarkTV * filter);
-static GstElementDetails quarktv_details = GST_ELEMENT_DETAILS ("QuarkTV",
+static GstElementDetails quarktv_details =
+GST_ELEMENT_DETAILS ("QuarkTV effect",
"Filter/Effect/Video",
"Motion dissolver",
"FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>");
diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c
index 898eb5dd..44dd3ef7 100644
--- a/gst/effectv/gstrev.c
+++ b/gst/effectv/gstrev.c
@@ -93,7 +93,8 @@ enum
GType gst_revtv_get_type (void);
-static GstElementDetails gst_revtv_details = GST_ELEMENT_DETAILS ("RevTV",
+static GstElementDetails gst_revtv_details =
+GST_ELEMENT_DETAILS ("RevTV effect",
"Filter/Effect/Video",
"A video waveform monitor for each line of video processed",
"Wim Taymans <wim.taymans@chello.be>");
diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c
index 244ca171..5c0016e3 100644
--- a/gst/effectv/gstvertigo.c
+++ b/gst/effectv/gstvertigo.c
@@ -76,7 +76,8 @@ enum
ARG_ZOOM_SPEED
};
-static GstElementDetails vertigotv_details = GST_ELEMENT_DETAILS ("VertigoTV",
+static GstElementDetails vertigotv_details =
+GST_ELEMENT_DETAILS ("VertigoTV effect",
"Filter/Effect/Video",
"A loopback alpha blending effector with rotating and scaling",
"Wim Taymans <wim.taymans@chello.be>");
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index 3cca8da5..ec451530 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -85,7 +85,7 @@ static void initSinTable (GstWarpTV * filter);
static void initOffsTable (GstWarpTV * filter);
static void initDistTable (GstWarpTV * filter);
-static GstElementDetails warptv_details = GST_ELEMENT_DETAILS ("WarpTV",
+static GstElementDetails warptv_details = GST_ELEMENT_DETAILS ("WarpTV effect",
"Filter/Effect/Video",
"WarpTV does realtime goo'ing of the video input",
"Sam Lantinga <slouken@devolution.com>");