summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-08 09:30:16 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-08 09:30:16 +0000
commit4a1c19850244dc7fa48a26e22a88ae6fe74cc43f (patch)
treeb821a4933e4eb75a96f4354f563510e386157b06 /gst
parentb237a497726c9de89c283136e63be8e28951a343 (diff)
reorg
Original commit message from CVS: reorg
Diffstat (limited to 'gst')
-rw-r--r--gst/effectv/gstaging.c2
-rw-r--r--gst/effectv/gstdice.c2
-rw-r--r--gst/effectv/gstedge.c2
-rw-r--r--gst/effectv/gstquark.c2
-rw-r--r--gst/effectv/gstrev.c2
-rw-r--r--gst/effectv/gstshagadelic.c2
-rw-r--r--gst/effectv/gstvertigo.c2
-rw-r--r--gst/effectv/gstwarp.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c
index 170716c4..3365714c 100644
--- a/gst/effectv/gstaging.c
+++ b/gst/effectv/gstaging.c
@@ -68,7 +68,7 @@ struct _GstAgingTVClass
GstElementDetails gst_agingtv_details = {
"AgingTV",
- "Filter/Effect",
+ "Filter/Video/Effect",
"Aply aging effect on video",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c
index 7bff8242..f75b1a4f 100644
--- a/gst/effectv/gstdice.c
+++ b/gst/effectv/gstdice.c
@@ -64,7 +64,7 @@ struct _GstDiceTVClass
GstElementDetails gst_dicetv_details = {
"DiceTV",
- "Filter/Effect",
+ "Filter/Video/Effect",
"'Dices' the screen up into many small squares",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/gst/effectv/gstedge.c b/gst/effectv/gstedge.c
index 733dc862..180e6562 100644
--- a/gst/effectv/gstedge.c
+++ b/gst/effectv/gstedge.c
@@ -50,7 +50,7 @@ struct _GstEdgeTVClass
GstElementDetails gst_edgetv_details = {
"EdgeTV",
- "Filter/Effect",
+ "Filter/Video/Effect",
"Aply edge detect on video",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/gst/effectv/gstquark.c b/gst/effectv/gstquark.c
index 55d663fc..31b92c13 100644
--- a/gst/effectv/gstquark.c
+++ b/gst/effectv/gstquark.c
@@ -56,7 +56,7 @@ struct _GstQuarkTVClass
GstElementDetails gst_quarktv_details = {
"QuarkTV",
- "Filter/Effect",
+ "Filter/Video/Effect",
"Motion disolver",
VERSION,
"FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>",
diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c
index 47045479..fd48bed9 100644
--- a/gst/effectv/gstrev.c
+++ b/gst/effectv/gstrev.c
@@ -74,7 +74,7 @@ struct _GstRevTVClass
GstElementDetails gst_revtv_details = {
"RevTV",
- "Filter/Effect",
+ "Filter/Video/Effect",
"A video waveform monitor for each line of video processed",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/gst/effectv/gstshagadelic.c b/gst/effectv/gstshagadelic.c
index 1683f8b8..a98d4f24 100644
--- a/gst/effectv/gstshagadelic.c
+++ b/gst/effectv/gstshagadelic.c
@@ -59,7 +59,7 @@ struct _GstShagadelicTVClass
GstElementDetails gst_shagadelictv_details = {
"ShagadelicTV",
- "Filter/Effect",
+ "Filter/Video/Effect",
"Oh behave, ShagedelicTV makes images shagadelic!",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c
index 4e9ec4ed..918c3763 100644
--- a/gst/effectv/gstvertigo.c
+++ b/gst/effectv/gstvertigo.c
@@ -58,7 +58,7 @@ struct _GstVertigoTVClass
GstElementDetails gst_vertigotv_details = {
"VertigoTV",
- "Filter/Effect",
+ "Filter/Video/Effect",
"A loopback alpha blending effector with rotating and scaling",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index 5766bd3a..35cc9ac3 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -65,7 +65,7 @@ struct _GstWarpTVClass
GstElementDetails gst_warptv_details = {
"WarpTV",
- "Filter/Effect",
+ "Filter/Video/Effect",
"WarpTV does realtime goo'ing of the video input",
VERSION,
"Sam Lantinga <slouken@devolution.com>",