diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-09-20 07:30:31 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-09-20 07:30:31 +0000 |
commit | cdb18ecaa700952e2f42be49260afac3ee599047 (patch) | |
tree | 2c355fbcb611529b5140959c8f5c41cd1e6b9f39 /gst/alpha | |
parent | e461df9b5e84133cdcb3ff26c1379f04fc161a13 (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')
-rw-r--r-- | gst/alpha/gstalpha.c | 2 |
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) |