diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c index 170716c4e5..3365714c49 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 ", diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c index 7bff8242da..f75b1a4fec 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 ", diff --git a/gst/effectv/gstedge.c b/gst/effectv/gstedge.c index 733dc862be..180e656212 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 ", diff --git a/gst/effectv/gstquark.c b/gst/effectv/gstquark.c index 55d663fc99..31b92c1389 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 ", diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c index 4704547985..fd48bed983 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 ", diff --git a/gst/effectv/gstshagadelic.c b/gst/effectv/gstshagadelic.c index 1683f8b8ae..a98d4f24b0 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 ", diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c index 4e9ec4ed88..918c3763eb 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 ", diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c index 5766bd3a5e..35cc9ac36a 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 ",