diff options
author | Leif Johnson <leif@ambient.2y.net> | 2003-11-16 22:02:22 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2003-11-16 22:02:22 +0000 |
commit | 5c244e8374f61481f7296c9bad5c6eb34001c4a2 (patch) | |
tree | 7be1e9db0a6a2fd0bf08d0233f64af6dd3d4d567 /gst/effectv | |
parent | 03f1b5c7976e49883432e96e9cb87adb62d19de9 (diff) |
+ checking in plugin category changes
Original commit message from CVS:
+ checking in plugin category changes
Diffstat (limited to 'gst/effectv')
-rw-r--r-- | gst/effectv/gstaging.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstdice.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstedge.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstquark.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstrev.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstshagadelic.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstvertigo.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstwarp.c | 2 |
8 files changed, 8 insertions, 8 deletions
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 <wim.taymans@chello.be>" ); 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 <wim.taymans@chello.be>" ); 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 <wim.taymans@chello.be>" ); 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 <fukuchi@users.sourceforge.net>" ); 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 <wim.taymans@chello.be>" ); 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 <wim.taymans@chello.be>" ); 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 <wim.taymans@chello.be>" ); 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 <slouken@devolution.com>" ); |