diff options
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, 16 insertions, 0 deletions
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c index eb1bb094..b24456d9 100644 --- a/gst/effectv/gstaging.c +++ b/gst/effectv/gstaging.c @@ -74,9 +74,11 @@ struct _GstAgingTVClass GstElementClass parent_class; }; +/* elementfactory information */ GstElementDetails gst_agingtv_details = { "AgingTV", "Filter/Video/Effect", + "LGPL", "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 726224ea..93f2878b 100644 --- a/gst/effectv/gstdice.c +++ b/gst/effectv/gstdice.c @@ -62,9 +62,11 @@ struct _GstDiceTVClass void (*reset) (GstElement *element); }; +/* elementfactory information */ GstElementDetails gst_dicetv_details = { "DiceTV", "Filter/Video/Effect", + "LGPL", "'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 2879b868..d03017f3 100644 --- a/gst/effectv/gstedge.c +++ b/gst/effectv/gstedge.c @@ -56,9 +56,11 @@ struct _GstEdgeTVClass GstElementClass parent_class; }; +/* elementfactory information */ GstElementDetails gst_edgetv_details = { "EdgeTV", "Filter/Video/Effect", + "LGPL", "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 489a4901..c7e793ec 100644 --- a/gst/effectv/gstquark.c +++ b/gst/effectv/gstquark.c @@ -62,9 +62,11 @@ struct _GstQuarkTVClass GstElementClass parent_class; }; +/* elementfactory information */ GstElementDetails gst_quarktv_details = { "QuarkTV", "Filter/Video/Effect", + "LGPL", "Motion disolver", VERSION, "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>", diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c index a8cba02f..1849c3bc 100644 --- a/gst/effectv/gstrev.c +++ b/gst/effectv/gstrev.c @@ -81,9 +81,11 @@ struct _GstRevTVClass void (*reset) (GstElement *element); }; +/* elementfactory information */ GstElementDetails gst_revtv_details = { "RevTV", "Filter/Video/Effect", + "LGPL", "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 0f3a40dc..f401ac6d 100644 --- a/gst/effectv/gstshagadelic.c +++ b/gst/effectv/gstshagadelic.c @@ -63,9 +63,11 @@ struct _GstShagadelicTVClass GstElementClass parent_class; }; +/* elementfactory information */ GstElementDetails gst_shagadelictv_details = { "ShagadelicTV", "Filter/Video/Effect", + "LGPL", "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 3fd90bb7..1233f953 100644 --- a/gst/effectv/gstvertigo.c +++ b/gst/effectv/gstvertigo.c @@ -65,9 +65,11 @@ struct _GstVertigoTVClass void (*reset) (GstElement *element); }; +/* elementfactory information */ GstElementDetails gst_vertigotv_details = { "VertigoTV", "Filter/Video/Effect", + "LGPL", "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 1328e94d..0cebf889 100644 --- a/gst/effectv/gstwarp.c +++ b/gst/effectv/gstwarp.c @@ -69,9 +69,11 @@ struct _GstWarpTVClass GstElementClass parent_class; }; +/* elementfactory information */ GstElementDetails gst_warptv_details = { "WarpTV", "Filter/Video/Effect", + "LGPL", "WarpTV does realtime goo'ing of the video input", VERSION, "Sam Lantinga <slouken@devolution.com>", |