From 5c244e8374f61481f7296c9bad5c6eb34001c4a2 Mon Sep 17 00:00:00 2001 From: Leif Johnson Date: Sun, 16 Nov 2003 22:02:22 +0000 Subject: + checking in plugin category changes Original commit message from CVS: + checking in plugin category changes --- gst/effectv/gstaging.c | 2 +- gst/effectv/gstdice.c | 2 +- gst/effectv/gstedge.c | 2 +- gst/effectv/gstquark.c | 2 +- gst/effectv/gstrev.c | 2 +- gst/effectv/gstshagadelic.c | 2 +- gst/effectv/gstvertigo.c | 2 +- gst/effectv/gstwarp.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'gst/effectv') diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c index c2e90ee2..be7723cc 100644 --- a/gst/effectv/gstaging.c +++ b/gst/effectv/gstaging.c @@ -81,7 +81,7 @@ struct _GstAgingTVClass /* elementfactory information */ static GstElementDetails gst_agingtv_details = GST_ELEMENT_DETAILS ( "AgingTV", - "Filter/Video/Effect", + "Filter/Effect/Video", "Apply aging effect on video", "Wim Taymans " ); diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c index d2211b84..4f58a8fb 100644 --- a/gst/effectv/gstdice.c +++ b/gst/effectv/gstdice.c @@ -68,7 +68,7 @@ struct _GstDiceTVClass /* elementfactory information */ static GstElementDetails gst_dicetv_details = GST_ELEMENT_DETAILS ( "DiceTV", - "Filter/Video/Effect", + "Filter/Effect/Video", "'Dices' the screen up into many small squares", "Wim Taymans " ); diff --git a/gst/effectv/gstedge.c b/gst/effectv/gstedge.c index f22fe48e..09d59251 100644 --- a/gst/effectv/gstedge.c +++ b/gst/effectv/gstedge.c @@ -62,7 +62,7 @@ struct _GstEdgeTVClass /* elementfactory information */ static GstElementDetails gst_edgetv_details = GST_ELEMENT_DETAILS ( "EdgeTV", - "Filter/Video/Effect", + "Filter/Effect/Video", "Apply edge detect on video", "Wim Taymans " ); diff --git a/gst/effectv/gstquark.c b/gst/effectv/gstquark.c index 283ae867..5c2a95f7 100644 --- a/gst/effectv/gstquark.c +++ b/gst/effectv/gstquark.c @@ -68,7 +68,7 @@ struct _GstQuarkTVClass /* elementfactory information */ static GstElementDetails gst_quarktv_details = GST_ELEMENT_DETAILS ( "QuarkTV", - "Filter/Video/Effect", + "Filter/Effect/Video", "Motion dissolver", "FUKUCHI, Kentarou " ); diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c index e7566469..91bbafee 100644 --- a/gst/effectv/gstrev.c +++ b/gst/effectv/gstrev.c @@ -87,7 +87,7 @@ struct _GstRevTVClass /* elementfactory information */ static GstElementDetails gst_revtv_details = GST_ELEMENT_DETAILS ( "RevTV", - "Filter/Video/Effect", + "Filter/Effect/Video", "A video waveform monitor for each line of video processed", "Wim Taymans " ); diff --git a/gst/effectv/gstshagadelic.c b/gst/effectv/gstshagadelic.c index 10d7b077..0ebe415c 100644 --- a/gst/effectv/gstshagadelic.c +++ b/gst/effectv/gstshagadelic.c @@ -69,7 +69,7 @@ struct _GstShagadelicTVClass /* elementfactory information */ static GstElementDetails gst_shagadelictv_details = GST_ELEMENT_DETAILS ( "ShagadelicTV", - "Filter/Video/Effect", + "Filter/Effect/Video", "Oh behave, ShagedelicTV makes images shagadelic!", "Wim Taymans " ); diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c index f1006b86..9ab0f0ab 100644 --- a/gst/effectv/gstvertigo.c +++ b/gst/effectv/gstvertigo.c @@ -71,7 +71,7 @@ struct _GstVertigoTVClass /* elementfactory information */ static GstElementDetails gst_vertigotv_details = GST_ELEMENT_DETAILS ( "VertigoTV", - "Filter/Video/Effect", + "Filter/Effect/Video", "A loopback alpha blending effector with rotating and scaling", "Wim Taymans " ); diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c index 4e03eb74..9ea36624 100644 --- a/gst/effectv/gstwarp.c +++ b/gst/effectv/gstwarp.c @@ -75,7 +75,7 @@ struct _GstWarpTVClass /* elementfactory information */ static GstElementDetails gst_warptv_details = GST_ELEMENT_DETAILS ( "WarpTV", - "Filter/Video/Effect", + "Filter/Effect/Video", "WarpTV does realtime goo'ing of the video input", "Sam Lantinga " ); -- cgit