From cdb18ecaa700952e2f42be49260afac3ee599047 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 20 Sep 2005 07:30:31 +0000 Subject: gst/alpha/gstalpha.c: fix element description Original commit message from CVS: * gst/alpha/gstalpha.c: fix element description --- ChangeLog | 5 +++++ common | 2 +- gst/alpha/gstalpha.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67fb59e6..75b77784 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-20 Stefan Kost + + * gst/alpha/gstalpha.c: + fix element description + 2005-09-19 Wim Taymans * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain): diff --git a/common b/common index 13022c3c..cd4da6a3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 13022c3cb4558d201e2ddf3e65d2e36b16eedc4a +Subproject commit cd4da6a319d9f92d28f7b8a3b412577e6de50b64 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) -- cgit