mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gst/alpha/gstalpha.c: fix element description
Original commit message from CVS: * gst/alpha/gstalpha.c: fix element description
This commit is contained in:
parent
e461df9b5e
commit
cdb18ecaa7
3 changed files with 7 additions and 2 deletions
|
@ -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
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 13022c3cb4558d201e2ddf3e65d2e36b16eedc4a
|
||||
Subproject commit cd4da6a319d9f92d28f7b8a3b412577e6de50b64
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue