gst/alpha/gstalpha.c: fix element description

Original commit message from CVS:
* gst/alpha/gstalpha.c:
fix element description
This commit is contained in:
Stefan Kost 2005-09-20 07:30:31 +00:00
parent e461df9b5e
commit cdb18ecaa7
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-09-20 Stefan Kost <ensonic@users.sf.net>
* gst/alpha/gstalpha.c:
fix element description
2005-09-19 Wim Taymans <wim@fluendo.com>
* gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):

2
common

@ -1 +1 @@
Subproject commit 13022c3cb4558d201e2ddf3e65d2e36b16eedc4a
Subproject commit cd4da6a319d9f92d28f7b8a3b412577e6de50b64

View file

@ -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)