summaryrefslogtreecommitdiffstats
path: root/gst/alpha/gstalpha.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-09-20 07:30:31 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-09-20 07:30:31 +0000
commitcdb18ecaa700952e2f42be49260afac3ee599047 (patch)
tree2c355fbcb611529b5140959c8f5c41cd1e6b9f39 /gst/alpha/gstalpha.c
parente461df9b5e84133cdcb3ff26c1379f04fc161a13 (diff)
gst/alpha/gstalpha.c: fix element description
Original commit message from CVS: * gst/alpha/gstalpha.c: fix element description
Diffstat (limited to 'gst/alpha/gstalpha.c')
-rw-r--r--gst/alpha/gstalpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/alpha/gstalpha.c b/gst/alpha/gstalpha.c
index 5267c93e..37724f31 100644
--- a/gst/alpha/gstalpha.c
+++ b/gst/alpha/gstalpha.c
@@ -891,5 +891,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"alpha",
- "resizes a video by adding borders or cropping",
+ "adds an alpha channel to video",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)