reorg
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Jun 2002 09:30:16 +0000 (09:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Jun 2002 09:30:16 +0000 (09:30 +0000)
Original commit message from CVS:
reorg

gst/effectv/gstaging.c
gst/effectv/gstdice.c
gst/effectv/gstedge.c
gst/effectv/gstquark.c
gst/effectv/gstrev.c
gst/effectv/gstshagadelic.c
gst/effectv/gstvertigo.c
gst/effectv/gstwarp.c

index 170716c..3365714 100644 (file)
@@ -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>",
index 7bff824..f75b1a4 100644 (file)
@@ -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>",
index 733dc86..180e656 100644 (file)
@@ -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>",
index 55d663f..31b92c1 100644 (file)
@@ -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>",
index 4704547..fd48bed 100644 (file)
@@ -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>",
index 1683f8b..a98d4f2 100644 (file)
@@ -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>",
index 4e9ec4e..918c376 100644 (file)
@@ -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>",
index 5766bd3..35cc9ac 100644 (file)
@@ -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>",