mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
reorg
Original commit message from CVS: reorg
This commit is contained in:
parent
b237a49772
commit
4a1c198502
8 changed files with 8 additions and 8 deletions
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue