gst/alpha/: Stupid plugin to to RGBA to AYUV conversion because none of the colorspac...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 22 Jul 2004 16:47:42 +0000 (16:47 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 22 Jul 2004 16:47:42 +0000 (16:47 +0000)
commit2feee52bc1a48cab82df53e05086147db2d52b87
tree4acf0213b41702fa139ee21a987600905c5d4da1
parent8f4359c6197f18c6b8dbea03e5536f7ab0ad09b2
gst/alpha/: Stupid plugin to to RGBA to AYUV conversion because none of the colorspace plugins can handle that yet.

Original commit message from CVS:
* gst/alpha/Makefile.am:
* gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
(gst_alpha_color_base_init), (gst_alpha_color_class_init),
(gst_alpha_color_init), (gst_alpha_color_set_property),
(gst_alpha_color_get_property), (gst_alpha_color_sink_link),
(transform), (gst_alpha_color_chain),
(gst_alpha_color_change_state), (plugin_init):
Stupid plugin to to RGBA to AYUV conversion because none of
the colorspace plugins can handle that yet.
ChangeLog